KeyValueObjectMapping icon indicating copy to clipboard operation
KeyValueObjectMapping copied to clipboard

NSArray with split string key name

Open julianacipa opened this issue 10 years ago • 0 comments

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

julianacipa avatar Jul 14 '15 10:07 julianacipa