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

NSArray with split string key name #73

Open julianacipa opened 8 years ago

julianacipa commented 8 years ago

In the json: { "holidayhome": {"home_facilities": [ { "facility_description": "Delivery To Park", } ] } }

In the class: NSArray *homeFacilities;

Because of the underscore split string, the conversion does not work. It works for everything else, only for arrays of objects it does not work. DCArrayMapping