nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

There is an issue with character reading backups #69

Open nathanday opened 11 years ago

nathanday commented 11 years ago

If there are more than one in a row it fails, need to keep track of previous character count equal to the the number of current backups + 1.

nathanday commented 11 years ago

I need to investigate this more, there shouldn't be any reason to backup twice or more in a row, perhaps it was bad JSON. It does seem to be linked to the issue of array of dictionaries issue.