我不断收到此错误:
SyntaxError: Unexpected token o
对于一段简单的代码:
var temp = {"1":["2","1","0000-00-00 00:00:00","testing once"],"2":["2","1","0000-00-00 00:00:00","testing twice :)"]};
console.log(JSON.parse(temp)); //error is here
var temp 是 json_encoded 数据.. 但我得到这个错误 =/ 这意味着我错了吗?