我想解析一个普通的 JSON 数组,如:
{
"ns": [
[
"1364987475027",
"Alert1",
"001"
],
[
"1364987475042",
"Alert2",
"001"
],
[
"1364987475058",
"Alert4",
"001"
]
]
}
以简单的字符串数组获取数组。我发现了许多带有 JSON 字典数组的帖子。但在这种情况下,JSON 没有值的键。请帮忙。