json-machine
JSON parser
A fast and memory-efficient JSON parser that allows easy iteration over large JSON documents or streams.
Efficient, easy-to-use, and fast PHP JSON stream parser
1k stars
17 watching
65 forks
Language: PHP
last commit: 15 days 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++. | 714 |
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 |
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. | 39 |
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,120 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |
nixman/flatjson | A high-performance JSON parser that minimizes memory allocation and copying. | 29 |
squix78/json-streaming-parser | An Arduino library for parsing JSON streams on devices with limited memory | 207 |
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. | 845 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |