Deserializing local NSString of JSON into objects via RestKit (no network download)

前端 未结 9 1160
悲&欢浪女
悲&欢浪女 2020-12-14 20:49

Is it possible to deserialize an NSString of JSON into objects via RestKit? I checked the API list here and could not find something that would serve for this p

9条回答
  •  庸人自扰
    2020-12-14 21:03

    Is this not what you're looking for? http://restkit.org/api/0.10.0/Classes/RKJSONParserJSONKit.html

提交回复
热议问题