package ocplib-json-typed

  1. Overview
  2. No Docs
Type-aware JSON and JSON schema utilities

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
md5=eeb2c8ff46390510809b17237cd43afe

Description

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.

Published: 30 Jun 2016

Dependencies (4)

  1. ocplib-endian
  2. uri >= "1.9.0"
  3. ocamlfind build
  4. ocaml >= "4.02.0" & < "4.04"

Dev Dependencies

None

Used by (5)

  1. ke >= "0.5"
  2. ocplib-resto
  3. ppx_deriving_encoding < "0.2.2"
  4. resto < "0.3"
  5. syndic >= "1.6.0"

Conflicts (1)

  1. js_of_ocaml >= "3.4.0"