nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Property value dictionary for root object. #58

Open nathanday opened 11 years ago

nathanday commented 11 years ago

This is mainly useful when the root of the JSON is an array, being able to do things like set the parent for all the object created would be handy.

nathanday commented 11 years ago

There is already a way to do this with the parent property, with the -[NDJSONDeserializer initWithRootClass:rootCollectionClass:initialParent:] method. So I will move this to future possible issues.