flatjson
JSON parser
A high-performance JSON parser that minimizes memory allocation and copying.
The extremely fast zero allocation and zero copying JSON parser
28 stars
6 watching
5 forks
Language: C++
last commit: almost 3 years ago cplusplusflatjsonjsonjson-parserzero-copy
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An in-place JSON parser implemented in a single header file | 74 |
| | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
| | A C++ library for parsing and generating JSON data | 69 |
| | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |
| | A lightweight C parser for structured data formats like JSON | 1,286 |
| | A lightweight and fast JSON parsing library in ANSI C. | 11 |
| | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
| | A JSON encoder and decoder implemented in Common Lisp. | 164 |
| | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
| | An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. | 1,110 |
| | A lightweight JSON parser and printer library for C. | 282 |
| | A commandline tool for parsing JSON from various sources | 51 |
| | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
| | A lightweight JSON parser written in C that efficiently scans and extracts key-value pairs from a JSON string. | 335 |
| | Provides an object-oriented interface to store and manipulate JSON data in PL/SQL | 456 |