py-yajl provides Python bindings for the Yajl JSON encoder/decoder library
Go to file
R. Tyler Ballance b89edf196c Add license into ptrstack.h 2009-12-07 20:06:12 -08:00
includes Allow for building in yajl with the module instead of linking a 'system' one 2009-07-11 18:14:33 -07:00
yajl@280f019df0 bump yajl submodule to latest (includes printer function) 2009-11-27 10:09:41 -07:00
.gitignore .gitignore 2009-11-12 12:55:24 -08:00
.gitmodules Add yajl as a submodule 2009-07-11 17:45:56 -07:00
BUILDING.markdown Update doc formatting 2009-12-06 00:07:21 -08:00
README.markdown Update doc formatting 2009-12-06 00:07:21 -08:00
compare.py Allow yajl to be compiled out of the box for Python 2.x and 3.x 2009-12-05 23:59:54 -08:00
decoder.c Allow yajl to be compiled out of the box for Python 2.x and 3.x 2009-12-05 23:59:54 -08:00
encoder.c Allow yajl to be compiled out of the box for Python 2.x and 3.x 2009-12-05 23:59:54 -08:00
ptrstack.h Add license into ptrstack.h 2009-12-07 20:06:12 -08:00
py_yajl.h Allow yajl to be compiled out of the box for Python 2.x and 3.x 2009-12-05 23:59:54 -08:00
setup.py Let's call this 0.1.1 2009-12-03 13:38:52 -08:00
tests.py Allow yajl to be compiled out of the box for Python 2.x and 3.x 2009-12-05 23:59:54 -08:00
yajl.c Allow yajl to be compiled out of the box for Python 2.x and 3.x 2009-12-05 23:59:54 -08:00

README.markdown

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