Tuesday, 15 July 2014

ios - RestKit : How to parse the JSON response to NSDictionary without mapping any entity or class? -



ios - RestKit : How to parse the JSON response to NSDictionary without mapping any entity or class? -

i want restkit parse json info nsdictionary, not class. because attributes of json info dynamic, means number of fields not fixed , field count can large. don't want create huge class map json data. maintain in nsdictionary. restkit provide functionality or have work out other way.guidance needed.

thanks.

have modify restkit back upwards ability ....

rkobjectrequestoperation.httprequestoperation.responsedata

then parse json info dictionary or array

ios restkit

No comments:

Post a Comment