ocaml-decoders
JSON decoder library
A combinator library that decodes JSON-like data into OCaml types
Elm-inspired decoders for Ocaml
85 stars
4 watching
9 forks
Language: OCaml
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
melange-community/melange-json | A library for encoding and decoding JSON data in the OCaml programming language. | 15 |
ocaml-ppx/ppx_deriving_yojson | A tool that generates JSON serialization and deserialization functions for OCaml types | 157 |
mlms13/bs-decode | A type-safe JSON decoding library with structured error handling for ReasonML and OCaml | 103 |
venil7/json-decoder | A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types | 76 |
inhabitedtype/angstrom | A high-performance parser-combinator library for OCaml, designed for efficient and expressive parsing of various data formats. | 656 |
backtracking/combine | An OCaml library for solving combinatorial problems using dancing links and other techniques | 35 |
laurentmazare/npy-ocaml | A library that allows OCaml bigarrays to be written and read in the NumPy file format | 41 |
dannywillems/ocaml-js-stdlib | Provides a binding to the JavaScript standard library and DOM in OCaml | 3 |
angrylawyer/commonjs_of_ocaml | A tool to simplify the process of using CommonJS modules in OCaml with JavaScript | 13 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 79 |
ygrek/ocaml-cbor | Provides OCaml bindings to the CBOR data encoding standard | 24 |
mjambon/dum | Tools for inspecting and debugging OCaml values | 29 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 204 |