示例 JSON:
{ "image" : "http:\/\/www.domain.com\/blah\/blah\/blah\/5yph0gbfj3ip41a.jpg",
"0" : { "thing1" : "Hello",
"thing2" : "06\/21\/2013"
},
"1" : { "thing1" : "Goodbye",
"thing2" : "06\/28\/2013"
}
}
如何计算"0" : {whatever}
出现的次数?他们会增加一。就像上面的例子一样,我希望它返回 2。
我正在从 id 读取 JSON:[zoneJSONobject objectForKey:@"thing1"];