skolodyazhnyy / json-stream

JSON stream reader, writer and parser
MIT License
63 stars 10 forks source link

Unexpected object ending #1

Closed LasseRafn closed 8 years ago

LasseRafn commented 10 years ago

Hi,

I have encountered this issue;

I repeatedly get the error: "Unexpected object ending", from line 131 in the reader. It's not every time, but sometimes. Which confuses me. I have 4 JSON files that are parsed and read. All have the same structure and is verified. Do you have any documentation or information about this error? What does it mean?

Thanks :smile: