public
Description: Pure Python wrapper to the Yajl C Library
Homepage:
Clone URL: git://github.com/pykler/yajl-py.git
name age message
file .hgignore Sun Oct 18 12:47:38 -0700 2009 Adding general vim and python ignores to repo. [pykler]
file COPYING Sun Oct 18 20:36:28 -0700 2009 Yajl-Py 1.0.7 -> full wrapper to Yajl 1.0.7 [pykler]
file README.rst Sun Oct 18 20:36:28 -0700 2009 Yajl-Py 1.0.7 -> full wrapper to Yajl 1.0.7 [pykler]
directory examples/ Sun Oct 18 20:36:28 -0700 2009 Yajl-Py 1.0.7 -> full wrapper to Yajl 1.0.7 [pykler]
file setup.py Sun Oct 18 20:36:28 -0700 2009 Yajl-Py 1.0.7 -> full wrapper to Yajl 1.0.7 [pykler]
directory yajl/ Sun Oct 18 20:36:28 -0700 2009 Yajl-Py 1.0.7 -> full wrapper to Yajl 1.0.7 [pykler]
README.rst

yajl-py

yajl-py is a Pure Python wrapper (implemented using ctypes) to the excellent Yajl (Yet Another JSON Library) C library.

Dependencies

Install

From within the current directory run:

python setup.py install

    - OR Alternatively -

easy_install .

Usage

The examples directory contains a full featured JSON Parser built using yajl and yajl-py. The code also prints some output to stdout after parsing json from stdin. The printing is more or less debug messages to show how the parser works. See examples/README.rst for more info.