parson
JSON parser
A lightweight JSON parsing library written in C
Lightweight JSON library written in C.
1k stars
61 watching
330 forks
Language: C
last commit: 6 months ago
Linked from 5 awesome lists
cjsonjson-parserparser
Related projects:
Repository | Description | Stars |
---|---|---|
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
amir-s/jute | A lightweight JSON parser written in C++ | 72 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
arkanovicz/essential-json | A lightweight Java JSON library providing minimalistic parsing and rendering capabilities | 5 |
davisp/jiffy | A C++ JSON parser implemented as an Erlang NIF. | 870 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 35 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 845 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |