Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.
/ py-yajl Public archive

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

Notifications You must be signed in to change notification settings

rtyler/py-yajl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f3221e · May 30, 2014
Jul 12, 2009
Apr 7, 2010
Apr 27, 2011
Aug 18, 2010
Mar 22, 2010
Jul 12, 2009
Dec 6, 2009
Feb 21, 2010
Jan 9, 2010
Dec 6, 2009
Apr 27, 2011
May 30, 2014
Dec 8, 2009
Jul 8, 2011
Apr 10, 2010
Apr 11, 2010
May 30, 2014
Apr 8, 2010

Repository files navigation

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.

py-yajl fully supports Python 2.4-2.6 and Python 3.

Building py-yajl

Please refer to BUILDING.markdon

Authors