nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Auto Conversion between arrays and dictionarys #56

Open nathanday opened 11 years ago

nathanday commented 11 years ago

For an array to a dictionary a class method could be defined to return the key property name. For a dictionary to an array, the same class method could perhaps be used or a similar one, but there could also be an option to forget the key.