nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

The Consider Set need better debugging support. #76

Open nathanday opened 10 years ago

nathanday commented 10 years ago

Supplying a Consider Set prevents you from seeing when new key when they are added, if you wrap it in a #ifdef DEBUG then you will not be testing your consider set in debug mode, need have the consider set filtering stop the app from throwing an exception, but still report on unexpected JSON key.