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

Description

Published: 04 Mar 2024

README

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

Dependencies (4)

  1. gen_js_api >= "1.0.8"
  2. js_of_ocaml
  3. ocaml >= "4.08"
  4. dune >= "2.7"

Dev Dependencies (4)

  1. odoc with-doc
  2. conf-npm with-test
  3. webtest-js with-test
  4. webtest with-test

Used by

None

Conflicts

None