package ezjsonm-encoding

  1. Overview
  2. Docs
Encoding combinators a la Data_encoding for Ezjsonm

Install

Dune Dependency

Authors

Maintainers

Sources

ezjsonm-encoding-1.0.0.tbz
sha256=6d998916ff393d8cf36b00d1603c1088cb54b35b80b1a6e4e1e6edcbc474911a
sha512=74f8bf558898e43d3f29395b004aeee16c8f348bfe2be7c20ff3efbfdcc3d3bda8938154240a07ccc9ab24cd6d10feabdb46ff9954cf191baffbaad36ff77b43

Description

Published: 10 Jan 2024

README

ezjsonm-encoding

ezjsonm-encoding is an encoding combinators library for Ezjsonm whose API is heavily inspired by data-encoding.

The two main differences between ezjsonm-encoding and the JSON support of data-encoding are:

  • objN combinators accept JSON objects with more fields than the one explicitely specified in the encoding.

  • ezjsonm-encoding does not have a dependency to Zarith (which depends on GMP). As a consequence, ezjsonm-encoding does not provide support for big numbers out of the box.

ezjsonm-encoding is packaged and build with Dune. A Makefile is provided for convinience purposes.

# Install the minimum to build the library
make build-deps
# Install development dependencies as well
make build-dev-deps

In both cases, a local switch is created. Use the variable OCAML_COMPILER to control which compiler is installed (defaults to ocaml-system).

Dependencies (3)

  1. ezjsonm >= "1.2.0"
  2. ocaml >= "4.8.0"
  3. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.