isagalaev / ijson

Iterative JSON parser with Pythonic interface
http://pypi.python.org/pypi/ijson/
Other
615 stars 134 forks source link

Add buf_size kwarg to python parse #32

Closed acrisci closed 9 years ago

acrisci commented 9 years ago

Add the buf_size kwarg to the pure python backend implementation of parse().

fixes #31