このエラーが発生し続けます:
SyntaxError: Unexpected token o
v.simple コードの場合:
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 データです.. それでも、このエラーが発生します =/ 間違っているとはどういう意味ですか?