FreeBSD.software
Home/textproc/py311-jsonslicer

py311-jsonslicer

0.1.8_1

Stream JSON parser for Python

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.

Origin: textproc/py-jsonslicer
Category: textproc
Size: 43.4KiB
License: MIT
Maintainer: amdmi3@FreeBSD.org
Dependencies: 2 packages
Required by: 1 packages
$pkg install py311-jsonslicer

Dependencies (2)

Required By (1 packages)

More in textproc