package jsont
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Declarative JSON data manipulation for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
jsont-0.3.0.tbz
sha512=507ab6b3d8718f322fb74999b3b82dbc1d36037042cb9067e5b8b63df80524a0602cc26e487b6e4ce061d65767162d6ffa00e173d9f51ce66cdd2a63482a350e
Description
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 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 codec is optional and depends on the bytesrw library. The JavaScript
support is optional and depends on the brr library.
Homepage: https://erratique.ch/software/jsont/
Dependencies (4)
-
topkg
build & >= "1.1.0" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.14.0"
Dev Dependencies (1)
-
b0
dev & with-test
Used by (12)
- brot
- deepseek
- jsonfeed
- jws
-
kaun
>= "1.0.0~alpha3" - kaun-board
- mkernel
- opam-audit
- ppx_deriving_jsont
- purl
-
quill
>= "1.0.0~alpha3" - vif
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page