yojson
JSON parser
A library that parses and pretty-prints JSON data into an OCaml tree data structure
Low-level JSON parsing and pretty-printing library for OCaml
328 stars
9 watching
59 forks
Language: OCaml
last commit: 5 months ago
Linked from 1 awesome list
jsonocamlparseryojson
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-ppx/ppx_deriving_yojson | A tool that generates JSON serialization and deserialization functions for OCaml types | 157 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 35 |
melange-community/melange-json | A library for encoding and decoding JSON data in the OCaml programming language. | 15 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 859 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
gabriel/yajl-objc | An Objective-C framework providing an interface to parse and generate JSON data | 669 |
ocaml-community/easy-format | A utility library for pretty-printing indentation in OCaml programs. | 43 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 33 |
ocaml-community/iso8601.ml | A parser and printer for date-times in ISO8601 format. | 29 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
ocaml-community/biniou | An efficient binary data format for serializing and deserializing structured data | 42 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |