R7RS JSON parser

Jason K. MacDuffie 3d681943a2 update documentation for new data types 7 سال پیش
TestData 21732c0664 Add an invalid unicode escape 9 سال پیش
doc 3d681943a2 update documentation for new data types 7 سال پیش
.gitignore 21805055ef Add a way to build the docs 9 سال پیش
LICENSE 309cca3061 Completely rewrite library based on SchemeSpheres and change license 9 سال پیش
README.md 309cca3061 Completely rewrite library based on SchemeSpheres and change license 9 سال پیش
json.body.scm bc55e4796b switch from array=list object=hashtable to array=vector object=alist 7 سال پیش
json.scm 309cca3061 Completely rewrite library based on SchemeSpheres and change license 9 سال پیش
json.sld bc55e4796b switch from array=list object=hashtable to array=vector object=alist 7 سال پیش
json.tool.scm d31a58cbc0 Import library for command-line 9 سال پیش

README.md

R7RS JSON parser

This is a JSON parser library for R7RS Scheme. The original program was by Dominique Boucher (SchemeWay).

All code from Dominique Boucher was removed. Now the code is based on Scheme Spheres (Copyright Marc Feeley).

With this change, the LICENSE is now Expat (MIT).

See json.sxml for documentation about this library.