Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 706 Bytes

README.markdown

File metadata and controls

22 lines (17 loc) · 706 Bytes

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