aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ijson/pkg-descr
blob: 416acbedea6d6234dd321c3544bedb2803719a8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/ICRAR/ijson