json-parser
JSON parser
A lightweight C parser for structured data formats like JSON
Very low footprint DOM-style JSON parser written in portable ANSI C
1k stars
56 watching
289 forks
Language: C
last commit: 7 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
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 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
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 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
clojure/data.json | A JSON parser and generator for Clojure data structures. | 543 |