jsoncat

OCaml API to JSON data format

Install

All systems
curl cmd.cat/jsoncat.sh
Debian Debian
apt-get install libjson-wheel-ocaml-dev
Ubuntu
apt-get install libjson-wheel-ocaml-dev
Fedora
dnf install ocaml-json-wheel
Windows (WSL2)
sudo apt-get update sudo apt-get install libjson-wheel-ocaml-dev
Raspbian
apt-get install libjson-wheel-ocaml-dev

libjson-wheel-ocaml-dev

OCaml API to JSON data format

json-wheel provides an API to generate and read JSON data from an OCaml program. It maps each types of data defined in the JSON specification to a typed variable in OCaml json-wheel can also be used in conjonction with json-static to provide a convenient syntax extension to OCaml dedicated to parsing an validating JSON data.

ocaml-json-wheel

OCaml library for parsing JSON