[ 源代码: python-ijson ]
软件包:python3-ijson(2.3-2)
event-driven JSON parser (Python 3 version)
Ijson is an iterative, event-driven JSON parser with a standard Python iterator interface. The principle is similar to Java SAX parser: the user can parse a document on-line, without storing the whole object in memory.
This package installs the library for Python 3.