package ezjsonm

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=b75f85a5f99481b4ace6692b483dbe16

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: 25 Oct 2014

Dependencies (6)

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

Dev Dependencies

None

Conflicts

None