ijson
JSON parser
An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files.
Iterative JSON parser with Pythonic interfaces
845 stars
12 watching
51 forks
Language: Python
last commit: 27 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,653 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 362 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
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 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
jacobwilliams/json-fortran | An API for reading and writing JSON files in Fortran | 339 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 566 |
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |