dchohfi / KeyValueObjectMapping

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

Allow to map an array with a different attribute name than key name #61

Open albsala opened 9 years ago

albsala commented 9 years ago

There are problems if anyone (like me :)) wants to map a json array to a NSArray with different name. I don't understand why this is not allowed right now. This change allows to do it.