【发布时间】:2014-07-18 10:48:20
【问题描述】:
[
{
"stDescription": "END N/A",
"stCategory": "6",
"sZone": "@",
"sIncident": "0"
},
{
"stDescription": "BEG N/A",
"stCategory": "6",
"sZone": "@",
"sIncident": "0"
},
{
"stDescription": "",
"stCategory": "Null",
"sZone": "4",
"sIncident": "0"
},
{
"stDescription": "",
"stCategory": "Null",
"sZone": "5",
"sIncident": "0"
}
]
这里没有数组名,但我想解析整个数组(如果我使用数组名,我的 JSON 解析器可以正常工作)。
【问题讨论】:
-
这不是问题。
-
开发人员无法解析此 JSON :D ..请提供更多信息
-
请先搜索一下我觉得这是个老问题stackoverflow.com/questions/18977144/…
-
解析这个数组,不需要任何
name。