
Jsonm is an ocaml 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.
this package contains the development modules you need to use jsonm in your programs.