RestKit Dynamic nested mapping
问题 I see that the restkit document is quite nice and has variety of examples on object modelling. There is also an example of nested mapping but I find my scenario little bit different than this. RestKit documentation provides the example mapping of the nested attribute with the following json format. Sample JSON structure from the RestKit Documentation : { "blake": { "email": "blake@restkit.org", "favorite_animal": "Monkey" }, "sarah": { "email": "sarah@restkit.org", "favorite_animal": "Cat" }