【发布时间】:2012-07-11 05:25:03
【问题描述】:
我有一个应用程序,我在其中从网络服务获得这样的响应。谁能告诉我如何解析它以使其成为单独的字符串"Info":
{
"name":"gdgdgdgd",
"desc":"Cosmopolitan life, adventurous outlook, 'been there done that' attitude, and yet the way the life ...",
"address1":" 2nd A Main ",
"address2":" Layout,"
},
【问题讨论】:
-
使用 NSJSONSerialization。