ijson
JSON parser
An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files.
Iterative JSON parser with Pythonic interfaces
861 stars
12 watching
53 forks
Language: Python
last commit: about 1 month 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,286 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 69 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,657 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,367 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 365 |
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. | 568 |
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 | 341 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 648 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 567 |
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 719 |