An open API service indexing awesome lists of open source software.

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

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.html

Author
Ben Fuhrmannek

URLs
- http://json.org/
- http://www.fpx.de/fp/Software/Yeti/