json
JSON parser
A C++ JSON parser that builds an in-memory tree representing the JSON structure.
json++
41 stars
7 watching
18 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,119 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
maciejhirsz/json-rust | A JSON parsing and serialization library written in Rust. | 569 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 281 |
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. | 568 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,942 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 716 |
arkanovicz/essential-json | A lightweight Java JSON library providing minimalistic parsing and rendering capabilities | 5 |
nixman/flatjson | A high-performance JSON parser that minimizes memory allocation and copying. | 29 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |