我無法獲得下面的JSON來驗證。它崩潰在這裏:嵌套在JSON中
"Head Coach": ["Baseball", "Basketball - Boys", "Basketball", "Volleyball - Girls", "Volleyball", "Spiritline"]
沒有最後一個數組沒有問題。有任何想法嗎?
{
"userprofileid": 12547,
"email": "[email protected]",
"first_name": "Maribel",
"middle_name": null,
"last_name": "Vasquez",
"prefix": null,
"suffix": null,
"schools": [{
"schoolid": 417,
"name": "Clifton High School",
"addr": "4523 Appaloosa St.",
"addr2": null,
"city": "Clifton",
"state": "AZ",
"zip": "85533",
"roles": ["Athletic Director",
"Principal Secretary",
"Theatre",
"Media Adviser",
"Webmaster",
"Head Coach": ["Baseball", "Basketball - Boys", "Basketball", "Volleyball - Girls", "Volleyball", "Spiritline"]
]
}]
}
任何JSON驗證器都應該指出發現錯誤的確切位置。 – 2017-02-13 03:59:18