小编Pra*_*ain的帖子

在 Objective-C 中解析 JSON 响应字符串

"[
  {
    \"TheatreName\": \"FunCinemas\",
    \"TheatreId\": 1,
    \"City\": \"Chandigarh\"
  },
  {
    \"TheatreName\": \"PVRElanteMall\",
    \"TheatreId\": 2,
    \"City\": \"Chandigarh\"
  },
  {
    \"TheatreName\": \"PiccadilySquare\",
    \"TheatreId\": 3,
    \"City\": \"Chandigarh\"
  }
]"
Run Code Online (Sandbox Code Playgroud)

我想解析这些数据,即分隔所有对象 Theatrename、id、city

json objective-c ios

2
推荐指数
1
解决办法
3880
查看次数

标签 统计

ios ×1

json ×1

objective-c ×1