xwmx / py-yajl

py-yajl provides Python bindings for the Yajl JSON encoder/decoder library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== py-yajl: Python bindings for Yet Another JSON Library ==

=== Introduction ==== 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.

=== Building py-yajl === Please refer to BUILDING.markdon

==== Authors ====

About

py-yajl provides Python bindings for the Yajl JSON encoder/decoder library


Languages

Language:C 80.5%Language:Python 19.5%