nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

propertyNamesForKeysJSONParser: doesn't work with names of array properties #38

Open nathanday opened 11 years ago

nathanday commented 11 years ago

propertyNamesForKeysJSONParser: doesn't work with names of array properties, only seems to work with simple value properties, may not work with object properties also

nathanday commented 11 years ago

May only effect CoreData integration

nathanday commented 11 years ago

Works now, but needs a unit test.