JSON错误。意想不到的性格

时间:2013-09-11 02:53:42

标签: jquery json

我的服务器正在返回以下json对象:

{"Success":0,"ex":"The system cannot find the file specified"}

当我运行var response = jQuery.parseJSON(data)时,我收到以下错误:

SyntaxError:JSON.parse:意外字符

有人可以指出我正确的方向吗?谢谢!

1 个答案:

答案 0 :(得分:2)

parseJSON用于将 JSON字符串解析为 Javascript对象。看起来你已经有了这个对象,你确定data是一个字符串吗?