package jsonkit

  1. Overview
  2. No Docs
Compositional JSON encode/decode PPX for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jsonkit.1.1.0.tar.gz
md5=a7dc1afdf494633cd25dae542367e114
sha512=ed61e57bdb75b3c56a8207491eb18ec49a6184a71bba40030c986a8d6912f455ec5acd684d5ee3e376af3625deeb5177ce65171bb9c256a4e0ec53f76e92de44

Description

A PPX for OCaml that automates encoding and decoding JSON into typed values. It supports custom encoders and decoders, and integrates with Yojson

Added to opam-repository:

Dependencies (4)

  1. yojson >= "1.6.0"
  2. ppxlib >= "0.38.0"
  3. ocaml >= "4.12"
  4. dune >= "3.16"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. cdp

Conflicts

None