libjsonm-ocaml-doc

Non-blocking streaming json codec for ocaml (documentation)
  http://erratique.ch/software/jsonm
  0
  no reviews



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 documentation of jsonm.