nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Bad parser error reporting. #75

Open nathanday opened 11 years ago

nathanday commented 11 years ago

If you get an HTML error response, the JSON parser stops on the first '<' character and complains. This make debugging difficult because all you can see is where it got up to and what you want to see is the entire raw data.