dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
601 stars 90 forks source link

Fixed potential bug in last commit #17

Closed Pierre-Loup closed 11 years ago

Pierre-Loup commented 11 years ago

If an object key at the root of the JSON tree has the same name than the nested object key.

dchohfi commented 11 years ago

Cool :+1: