Jsont is an OCaml library for declarative JSON data manipulation. it provides:
Combinators for describing JSON data using the OCaml values of your choice. The descriptions can be used by generic functions to decode, encode, query and update JSON data without having to construct a generic JSON representation
A JSON codec with optional text location tracking and best-effort layout preservation. The codec is compatible with effect-based concurrency.
The descriptions are independent from the codec and can be used by third-party processors or codecs.
Jsont is distributed under the ISC license. It has no dependencies. The optional codec depends on the bytesrw library. The optional JavaScript support depends on the brr library.