nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Better debugging support #57

Open nathanday opened 11 years ago

nathanday commented 11 years ago

Currently to to see what the parsing is trying to parse and why its failing to match up properties to JSON keys, you need to start adding break points into the NDJSON source. There needs to be a way for people to do the equivalent thing with having to understand the internals of NDJSON, maybe more DEBUG flag enable logging, better exception throwing, a flag to ignore consider sets and ignore sets.