Jsonm
Jsonm is a non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data.
The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments.
[ Homepage ]
| Author: | Daniel Bunzli. |
| Last modification date: | 07-May-2012 |
| Version: | 0.9.0 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: BSD |
| Topic: | General purpose libraries :: Lexing and parsing |
| Homepage: | http://erratique.ch/software/jsonm |