json-machine
JSON processor
An efficient and easy-to-use JSON parser that loads documents into memory in small chunks.
Efficient, easy-to-use, and fast PHP JSON stream parser
1k stars
17 watching
65 forks
Language: PHP
last commit: about 2 months ago
Linked from 1 awesome list
json-iteratorjson-parserjson-streamparsingphpstream-processing
Related projects:
Repository | Description | Stars |
---|---|---|
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 719 |
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 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
rotatef/json-streams | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
sourcemeta/jsontoolkit | A comprehensive C++ library for parsing and manipulating JSON data with support for various formats and validation rules. | 43 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,119 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,524 |
nixman/flatjson | A high-performance JSON parser that minimizes memory allocation and copying. | 28 |
squix78/json-streaming-parser | An Arduino library for parsing JSON streams on devices with limited memory | 209 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |