Performs a stream or iterative, pull JSON parsing and is able to parse very large JSON files or streams https://pypi.org/project/jsonslicer/
Go to file
2024-01-06 11:21:11 +01:00
python-jsonslicer.spec package created using the webbuild interface [release 0.1.6-1mamba;Sun Jan 31 2021] 2024-01-06 11:21:11 +01:00
README.md package created using the webbuild interface [release 0.1.6-1mamba;Sun Jan 31 2021] 2024-01-06 11:21:11 +01:00

python-jsonslicer

JsonSlicer performs a stream or iterative, pull JSON parsing, which means it does not load whole JSON into memory and is able to parse very large JSON files or streams. The module is written in C and uses YAJL JSON parsing library, so it's also quite fast. JsonSlicer takes a path of JSON map keys or array indexes, and provides iterator interface which yields JSON data matching given path as complete Python objects.