A library that allows sax-like parsing of JSON. It is a thin wrapper around the yajl C library that aims to enable all yajl’s features. It uses ctypes to interface with yajl’s routines, and thus allows for using any yajl routine even if it isn’t explicitly wrapped in yajl-py. yajl-py aims to be as
... [More] pythonic as possible and still be consistent with the general style of yajl itself. This can be seen by comparing yajl-py examples with the examples of yajl itself. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy