package jsonoo

  1. Overview
  2. Docs
JSON library for Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

jsonoo-0.3.0.tbz
sha256=7aa2cad5ca7b68f27beaac02eff2f49dda040ccf6f9e4e0d79d0e6e263573469
sha512=3677806f2fc41c7edb4458d22e5e1b43a8e67c003b65680f81559c5ec49d2b4fa41c12df4821564d22cab2daa0c4914f0a1e2ea2e06401beb0377f39452c39c8

README.md.html

Jsonoo

JSON library for Js_of_ocaml

This library provides a very similar API to the excellent BuckleScript library, bs-json by glennsl, which is licensed under LGPL v3 or MPL. Unlike bs-json, this port of the library tries to follow OCaml naming conventions and be easier to interface with other OCaml types like Hashtbl.t. This library passes a nearly equivalent test suite.

Related Projects