File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ yajl-py
66ctypes) to the excellent Yajl (Yet Another JSON Library) C
77library.
88
9+ `yajl ` and `yajl-py `, allow for fast stream parsing of JSON
10+ files, which enables the parsing of large files, that would
11+ not fit in memory.
12+
913Dependencies
1014------------
1115
1216 - python 2.6 (or compatible)
13- - yajl (from http://lloydforge.org/projects /yajl/)
17+ - yajl (from http://lloyd.github.com /yajl/)
1418
1519To run the tests you also require:
1620
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Welcome to Yajl-Py's documentation!
44`yajl-py <http://github.com/pykler/yajl-py >`_ is a pure python wrapper
55to the `yajl <http://lloyd.github.com/yajl/ >`_ C Library.
66
7+ `yajl ` and `yajl-py `, allow for fast stream parsing of JSON
8+ files. This enables the parsing of large files, that would
9+ otherwise be un-parsable as they would not fit in memory.
10+
711Description
812-----------
913
You can’t perform that action at this time.
0 commit comments