mnxn / jsonoo

JSON library for Js_of_ocaml

Home Page:https://mnxn.github.io/jsonoo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JSON library for Js_of_ocaml

https://mnxn.github.io/jsonoo/

License:MIT License


Languages

Language:OCaml 99.6%Language:Makefile 0.4%