package jsonm

  1. Overview
  2. Docs
Non-blocking streaming JSON codec for OCaml

Install

Authors

Maintainers

Sources

jsonm-1.0.1.tbz
md5=e2ca39eaefd55b8d155c4f1ec5885311

Description

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 alternative "uncut" codec also processes whitespace and (non-standard) JSON with JavaScript comments.

Jsonm is made of a single module and depends on Uutf. It is distributed under the ISC license.

Tags

json codec org:erratique

Published: 08 Mar 2017

Dependencies (6)

  1. uutf >= "1.0.0"
  2. uchar
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.01.0"

Dev Dependencies

None

Conflicts

None