Initial release of a JSON module
Posted: Sun Mar 21, 2010 2:27 pm
The initial release of a JSON module can be found here:
http://www.newlisp.org/modules/various/json.lsp.html
also linked from the "Various" section on the main modules index:
http://www.newlisp.org/modules/
The module is based on the JSON code from the Tips&Tricks section but with the missing true,false and null -keywords added. The code is also a typical example how to write parsers and code translators in newLISP.
http://www.newlisp.org/modules/various/json.lsp.html
also linked from the "Various" section on the main modules index:
http://www.newlisp.org/modules/
The module is based on the JSON code from the Tips&Tricks section but with the missing true,false and null -keywords added. The code is also a typical example how to write parsers and code translators in newLISP.