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
6
6
ctypes) to the excellent Yajl (Yet Another JSON Library) C
7
7
library.
8
8
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
+
9
13
Dependencies
10
14
------------
11
15
12
16
- python 2.6 (or compatible)
13
- - yajl (from http://lloydforge.org/projects /yajl/)
17
+ - yajl (from http://lloyd.github.com /yajl/)
14
18
15
19
To run the tests you also require:
16
20
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Welcome to Yajl-Py's documentation!
4
4
`yajl-py <http://github.com/pykler/yajl-py >`_ is a pure python wrapper
5
5
to the `yajl <http://lloyd.github.com/yajl/ >`_ C Library.
6
6
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
+
7
11
Description
8
12
-----------
9
13
You can’t perform that action at this time.
0 commit comments