This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
yajl-py /
| name | age | message | |
|---|---|---|---|
| |
.hgignore | Sun Oct 18 12:47:38 -0700 2009 | |
| |
COPYING | Sun Oct 18 20:36:28 -0700 2009 | |
| |
README.rst | Sun Oct 18 20:36:28 -0700 2009 | |
| |
examples/ | Sun Oct 18 20:36:28 -0700 2009 | |
| |
setup.py | Sun Oct 18 20:36:28 -0700 2009 | |
| |
yajl/ | Sun Oct 18 20:36:28 -0700 2009 |
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
- python 2.5 (or compatible)
- yajl: http://lloydforge.org/projects/yajl/
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.







