package ezjsonm

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=ce8f2628d3caa3f9311418c384018f97

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: 04 Dec 2014

Dependencies (6)

  1. ocamlbuild build
  2. hex
  3. sexplib < "113.01.00"
  4. jsonm >= "0.9.1"
  5. ocamlfind build
  6. ocaml < "4.03.0"

Dev Dependencies

None

Conflicts

None