JSON for MzScheme, and a Portable Packrat Parsing Combinator library
I’ve taken my Scheme Packrat Parser library, ported it to MzScheme, documented it, and implemented a JSON reader-writer library on top of it.
The code is all available under the MIT license. A darcs repository is available at http://www.lshift.net/~tonyg/json-scheme/, or you can grab a snapshot tarball including a PDF version of the documentation.
$ darcs get http://www.lshift.net/~tonyg/json-scheme/
Add comment August 22nd, 2005 tonyg