package ezjsonm

  1. Overview
  2. No Docs
An easy interface on top of the Jsonm library

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=99571e9a130b819014dd9aff24b3a36b

Description

This version provides more convenient (but far less flexible) input and output functions that go to and from [string] values. This avoids the need to write signal code, which is useful for quick scripts that manipulate JSON.

More advanced users should go straight to the Jsonm library and use it directly, rather than be saddled with the Ezjsonm interface.

Tags

org:mirage org:ocamllabs

Published: 13 Dec 2013

Dependencies (4)

  1. ocamlbuild build
  2. jsonm >= "0.9.1"
  3. ocamlfind
  4. ocaml < "4.03.0"

Dev Dependencies

None

Conflicts

None