ocplib-json-typedversion
Type-aware JSON and JSON schema utilities
Can be used with any JSON library.
This library currently contains five modules:
- Json_encoding: Mappings between OCaml types and JSON structures. Encodings are used to produce readers, writers and JSON schemas for format documentation and interoperability.
- Json_schema: Manual creation and manipulation of JSON schemas.
- Json_query: Simple manipulations of JSON documents (extraction, injection, merging, etc.).
- Json_repr: Modular abstraction over JSON representations. Includes Ezjsonm and Yojson representations.
- Json_repr_bson: Implementation of the JSON compatible subset of BSON, with a Json_repr compatible interface.
- Json_repr_browser: Json_repr interface over JavaScript's objects. Built only if js_of_ocaml is present.
Author | Benjamin Canou <benjamin@ocamlpro.com> |
---|---|
License | LGPL-3.0-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | https://github.com/ocamlpro/ocplib-json-typed |
Issue Tracker | https://github.com/ocamlpro/ocplib-json-typed/issues |
Maintainer | Benjamin Canou <benjamin@ocamlpro.com> |
Dependencies |
|
Optional dependencies | |
Conflicts |
|
Source [http] | https://github.com/OCamlPro/ocplib-json-typed/archive/v0.4.tar.gz sha256=80ac0abfba850696b7319e5e143ba240d7bd2c0b5eb3446b84907ef407d578d8 md5=eeb2c8ff46390510809b17237cd43afe |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocplib-json-typed/ocplib-json-typed.0.4/opam |
Required by
- kewith-test & >=0.5
- ocplib-resto
- ppx_deriving_encoding<0.2.2
- restowith-test & <0.3
- syndicwith-test & >=1.6.0