我正在尝试接收的 JSON 中有一个数组。但是我只能找到显示如何获取这种数组的示例:
[
{
"text": "Pain Intensity",
"question_number": 1,
"id": 1
},
但我的数组是这种格式:
[
[1, "http://youtu.be/Ow9MjI25fYE", "video", "text here"],
[2, "http://gardenwebs.net/Butchart.gardens.jpg", "image", "text here"]
]
有没有办法得到这个?还是我需要更改我的 JSON?