cysimdjson
JSON parser
A high-performance JSON parsing library for Python
Very fast Python JSON parsing library
365 stars
6 watching
17 forks
Language: C++
last commit: 10 months ago cythonjsonpythonsimdjson
Related projects:
Repository | Description | Stars |
---|---|---|
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 648 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 172 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,657 |
sadmac7000/libason | A library to parse and manipulate a specific algebraic superset of JSON | 2 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,367 |
gerrymanoim/libpy_simdjson | Python bindings for simdjson's C++ library | 63 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
davisp/jiffy | A C++ JSON parser implemented as an Erlang NIF. | 871 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 69 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
kassane/json | A lightweight C++ JSON library with intuitive syntax and minimal dependencies | 1 |
metosin/jsonista | A Clojure library for fast JSON encoding and decoding. | 424 |