You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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