flatjson
JSON parser
A high-performance JSON parser that minimizes memory allocation and copying.
The extremely fast zero allocation and zero copying JSON parser
29 stars
6 watching
5 forks
Language: C++
last commit: almost 2 years ago cplusplusflatjsonjsonjson-parserzero-copy
Related projects:
Repository | Description | Stars |
---|---|---|
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
nfrechette/sjson-cpp | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
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 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
rotatef/json-streams | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
halaxa/json-machine | A fast and memory-efficient JSON parser that allows easy iteration over large JSON documents or streams. | 1,096 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
quartzjer/js0n | A lightweight JSON parser written in C that efficiently scans and extracts key-value pairs from a JSON string. | 334 |
pljson/pljson | Provides an object-oriented interface to store and manipulate JSON data in PL/SQL | 452 |