ezjsonm 0.1.0
Author | Thomas Gazagnaire | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | ISC | |||||||||||||
Maintainer | thomas@gazagnaire.org | |||||||||||||
Tags | org:mirage and org:ocamllabs | |||||||||||||
Dependencies |
|
|||||||||||||
Published | Dec 12, 2013 | |||||||||||||
Source [http] |
https://github.com/samoht/ezjsonm/archive/0.1.0.tar.gz 65a59017303aa87fd1df8911204281b0 |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ezjsonm/ezjsonm.0.1.0/opam |
An easy interface on top of the Jsonm library
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.