fb303d5c42
Ijson is an iterative JSON parser with a standard Python iterator interface. Ijson provides several implementations of the actual parsing in the form of backends located in ijson/backends: - yajl2_cffi: wrapper around YAJL 2.x using CFFI, this is the fastest. - yajl2: wrapper around YAJL 2.x using ctypes, for when you can't use CFFI for some reason. - yajl: deprecated YAJL 1.x + ctypes wrapper, for even older systems. - python: pure Python parser, good to use with PyPy WWW: https://github.com/isagalaev/ijson
3 lines
148 B
Text
3 lines
148 B
Text
TIMESTAMP = 1555346513
|
|
SHA256 (ijson-2.3.tar.gz) = ef5f9f6bf9e44f2e1721e72bcc82c7ac6bb012b525e0f8642dedf7ddc44cf474
|
|
SIZE (ijson-2.3.tar.gz) = 10344
|