package ezjsonm-encoding

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

Install

Dune Dependency

Authors

Maintainers

Sources

ezjsonm-encoding-2.1.0.tbz
sha256=a91f0d9f7a4bd4adf7a9304b90495aaac4e32e3b9db48f0831ed0610ad3ca96e
sha512=68252b15b8b00a1a97edf0d51b97fd5b3e61a640ce68602ba93473c46576af037453148c16ec3fa3b0af83f2358a863928ce0ec761a9193669632cb76a4d1a0d

CHANGES.md.html

2.1.0 (2024-08-18)

  • Add the constant combinator, typically used to tag objects.

  • Add the null combinator.

  • Add obj0 (matches any object) and empty (matches the empty object) combinators.

  • Add the union combinator.

  • Add the dft field combinator.

  • Add the json combinator.

  • Add the enum combinator.

  • Add the satisfies combinator.

  • Add the tupN combinators family (tup1 to tup10).

2.0.0 (2024-01-12)

  • Rename Decoding.of_string into Decoding.from_string for consistency with top-module.

  • Rename Decoding.of_string_exn into Decoding.from_string_exn for consistency with top-module.

  • Add Decoding.from_value_exn and Decoding.from_value.

  • Add from_value_exn and from_value.

1.0.0 (2024-01-01)

Extract the jsoner private library from the Spatial Shell repository and turn it into a standalone library named ezjsonm-encoding.

OCaml

Innovation. Community. Security.