0
我從我的jquery ajax請求中得到了這個錯誤。 ERROR 200意外標記JSON PARSE ERROR 200意外的令牌
這裏是我的JSON:
{
"data": [
{
"answer": "sofo",
"email": "[email protected]",
"secretquestion": "bestfriend"
}
],
"status": 1,
"message": "Success!"
}
我驗證的JSONLint我得到了意外的令牌。我不明白我的錯。你有什麼想法嗎?
謝謝
JSON解析JSONLint對我來說很好(除此之外看起來完全有效)。這裏沒有'意外標記'錯誤。 – aroth
也適合我。我也試過在Javascript控制檯中,它很好。 – Barmar
如果出現錯誤,JSONLint會精確地告訴你它在哪裏。 – Barmar