package ocplib-json-typed

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=d2455be9dd96731a364f90f01aff08f5

Description

This library currently contains three modules:

  • Json_encoding: mapping between OCaml types and JSON schemas.
  • Json_schema: manipulation of JSON schemas.
  • Json_repr: manipulation and conversion of JSON data.

Shares types with ezjsonm, yojson compatibility translators provided.

Published: 19 Jan 2016

Dependencies (3)

  1. uri >= "1.9.0"
  2. ocamlfind build
  3. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (4)

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

Conflicts

None