package jsonoo
JSON library for Js_of_ocaml
Install
Dune Dependency
Authors
Maintainers
Sources
jsonoo-0.3.0.tbz
sha256=7aa2cad5ca7b68f27beaac02eff2f49dda040ccf6f9e4e0d79d0e6e263573469
sha512=3677806f2fc41c7edb4458d22e5e1b43a8e67c003b65680f81559c5ec49d2b4fa41c12df4821564d22cab2daa0c4914f0a1e2ea2e06401beb0377f39452c39c8
doc/CHANGELOG.html
v0.3.0
- Change internal representation to
Ojs.t
and makeJsonoo.t
abstract. - Add a
Make
functor to create modules with a custom type representation. - Remove js_of_ocaml-ppx dependency.
v0.2.1
- Reduce the size of .js binaries produced by using this library by not linking the ppx toolchain.
v0.2.0
- Allow specifying spaces for
stringify
v0.1.0
- Initial release