python3-ijson

event-driven JSON parser (Python 3 version)
  https://github.com/ICRAR/ijson
  0
  no reviews



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.