melange-json
JSON encoder/decoder library
A library for encoding and decoding JSON data in the OCaml programming language.
Compositional JSON encode/decode library and PPX for Melange and OCaml
15 stars
4 watching
2 forks
Language: OCaml
last commit: 5 days ago
Linked from 1 awesome list
encoder-decodermelangeocamlppx
Related projects:
Repository | Description | Stars |
---|---|---|
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |
melange-community/melange-jest | Bindings for Jest testing framework to support Reason/OCaml development | 4 |
melange-community/melange-fetch | Low-level bindings to the Fetch API for making HTTP requests | 202 |
phmarek/yason | A Common Lisp library for encoding and decoding data in the JSON interchange format. | 79 |
meh/jazz | A JSON handling library for Elixir. | 61 |
ocaml-ppx/ppx_deriving_yojson | A tool that generates JSON serialization and deserialization functions for OCaml types | 157 |
daoswald/json-tiny | A minimalistic JSON encoding and decoding library in Perl | 11 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
venil7/json-decoder | A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types | 76 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 406 |
doberkofler/plsql-json | A PL/SQL library that enables encoding and decoding of JSON data | 47 |
mlms13/bs-decode | A type-safe JSON decoding library with structured error handling for ReasonML and OCaml | 103 |