Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnxn/jsonoo
JSON library for Js_of_ocaml
https://github.com/mnxn/jsonoo
js-of-ocaml json ocaml
Last synced: 2 months ago
JSON representation
JSON library for Js_of_ocaml
- Host: GitHub
- URL: https://github.com/mnxn/jsonoo
- Owner: mnxn
- License: mit
- Created: 2020-09-06T23:59:46.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-03-02T05:09:06.000Z (10 months ago)
- Last Synced: 2024-03-02T06:24:45.259Z (10 months ago)
- Topics: js-of-ocaml, json, ocaml
- Language: OCaml
- Homepage: https://mnxn.github.io/jsonoo/
- Size: 659 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Jsonoo
JSON library for Js_of_ocaml
This library provides a very similar API to the excellent BuckleScript library,
[bs-json](https://github.com/glennsl/bs-json) by
[glennsl](https://github.com/glennsl), which is licensed under
[LGPL v3](https://github.com/glennsl/bs-json/blob/master/LICENSE.LGPL-3.0) or
[MPL](https://github.com/glennsl/bs-json/blob/master/LICENSE.MPL-2.0). 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.- [Documentation](https://mnxn.github.io/jsonoo/jsonoo/Jsonoo/index.html)
### Related Projects
- [glennsl/bs-json](https://github.com/glennsl/bs-json)