isagalaev / ijson

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

Additional UTF-8 Fix #19

Closed nlap closed 10 years ago

nlap commented 10 years ago

Adding to #17

There was an additional unhandled .decode('utf-8') which was causing errors with my dataset.

nlap commented 10 years ago

Closing this. It doesn't solve the problem completely, on my data at least. Now running into

File "/usr/lib/python2.6/site-packages/ijson/backends/python.py", line 208, in parse_object
    raise UnexpectedSymbol(symbol, lexer)