objective c - Mapping nested objects and arrays -
good afternoon, everyone! i'm trying figure out how map objects nested arrays, project keeps being terminated due uncaught exception. assume i'm not mapping correctly, i'm being told isn't key-value coding compliant. how map object nested array? following footprint of json i'm trying map, interface , implementation, , error that's being throw, respectively. finally, there link project on github, incase i've left out, or seeing full source helpful. json { "href": "string", "items": [ { "type": "string", "status": "string", "name": "string", "publisher": "string", "publisherid": "string", "description": "string", "url": "string", "smalllogoimageurl": "string", "tileimageurl": "string...