sajson
JSON parser
A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string.
Lightweight, extremely high-performance JSON parser for C++11
570 stars
29 watching
43 forks
Language: C++
last commit: about 3 years 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 |
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,120 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 566 |
nfrechette/sjson-cpp | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
sadmac7000/libason | A library to parse and manipulate a specific algebraic superset of JSON | 2 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 35 |
amir-s/jute | A lightweight JSON parser written in C++ | 72 |
halaxa/json-machine | A fast and memory-efficient JSON parser that allows easy iteration over large JSON documents or streams. | 1,096 |
nestorpersist/json | A fast and immutable JSON parser written in Scala | 11 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |