ppx_deriving_yojson
JSON serializer
A tool that generates JSON serialization and deserialization functions for OCaml types
A Yojson codec generator for OCaml.
157 stars
8 watching
47 forks
Language: OCaml
last commit: 4 months ago
Linked from 1 awesome list
derivingjson
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-ppx/ppx_deriving | A library simplifying type-driven code generation in OCaml | 466 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
ocaml-ppx/ocamlformat | A tool that formats OCaml code according to pre-defined styles and configurations | 633 |
melange-community/melange-json | A library for encoding and decoding JSON data in the OCaml programming language. | 15 |
gabriel/yajl-objc | An Objective-C framework providing an interface to parse and generate JSON data | 669 |
capnproto/capnp-ocaml | Generates OCaml code for Capn Proto serialization framework | 98 |
roddyyaga/ppx_rapper | A syntax extension for writing SQL queries in OCaml with type inference and syntax checking. | 137 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 80 |
mpx/lua-cjson | Provides JSON encoding and parsing capabilities for the Lua programming language | 934 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
ngs-doo/dsl-json | A high-performance JSON serialization library for Java, designed to work efficiently with existing POJO classes and providing features such as compile-time databinding and streaming support. | 1,014 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 205 |
ocaml-ppx/ppx_import | Reduces redundancy in type declarations and signatures by importing types or signatures from other compiled interface files. | 89 |
ocaml-community/sedlex | A tool for generating Unicode-friendly lexers in OCaml | 240 |