ojc
JSON parser
A lightweight C implementation of optimized JSON parsing and processing.
Optimized JSON in C
35 stars
3 watching
8 forks
Language: C
last commit: 7 months ago
Linked from 1 awesome list
callbackfastjsonjson-elementsjson-parsingojcparser
Related projects:
Repository | Description | Stars |
---|---|---|
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
gabriel/yajl-objc | An Objective-C framework providing an interface to parse and generate JSON data | 669 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
ohler55/ox | An XML parser and object marshaller designed to be fast and efficient | 905 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
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 |