py-yajl is a C-based Python module to interface
with Yajl (Yet Another JSON Library). While modules like jsonlib
,
simplejson
and `cjson already exist, py-yajl is intended on providing
pythonic access to Yajl's extremely fast string and stream parsing
facilities.
py-yajl fully supports Python 2.4-2.6 and Python 3.
Please refer to BUILDING.markdon
- R. Tyler Ballance tyler@monkeypox.org Original author/maintainer
- Lloyd Hilaiel lloyd@hilaiel.com Yajl author/contributor
- Travis Parker travis.parker@gmail.com Python 3 support