https://github.com/bef/tcl-json
Alternative TCL JSON decoder and encoder
https://github.com/bef/tcl-json
Last synced: about 1 month ago
JSON representation
Alternative TCL JSON decoder and encoder
- Host: GitHub
- URL: https://github.com/bef/tcl-json
- Owner: bef
- Created: 2015-09-17T07:36:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T11:29:29.000Z (over 9 years ago)
- Last Synced: 2025-01-28T03:44:36.511Z (3 months ago)
- Language: Tcl
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
About
This package provides a typed version of a scanner, parser and encoder for the popular JSON format for TCL. Scanner and parser make use of the yeti scanner and parser generator tools.
License
GPLv2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlAuthor
Ben FuhrmannekURLs
- http://json.org/
- http://www.fpx.de/fp/Software/Yeti/