ydump
JSON library for OCaml - development package
Install
- All systems
-
curl cmd.cat/ydump.sh
- Debian
-
apt-get install libyojson-ocaml-dev - Ubuntu
-
apt-get install libyojson-ocaml-dev - Arch Linux
-
pacman -S ocaml-yojson - Kali Linux
-
apt-get install libyojson-ocaml-dev - Fedora
-
dnf install ocaml-yojson - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libyojson-ocaml-dev - Raspbian
-
apt-get install libyojson-ocaml-dev
libyojson-ocaml-dev
JSON library for OCaml - development package
Yojson is an optimized parsing and printing library for the JSON format. It addresses a few shortcomings of json-wheel including 3x speed improvement, polymorphic variants and optional syntax for tuples and variants. It is a replacement for json-wheel (libjson-wheel-ocaml-dev). This package contain the development files needed for programming with the library.