javascript - JSON is not defined, Chrome - Stack Overflow

I have some JS that runs fine in FF and IE but in Chrome I see the following error:uncaught exception R

I have some JS that runs fine in FF and IE but in Chrome I see the following error:

uncaught exception ReferenceError: JSON is not defined

I presume I need to include something but I'm not sure what. Help? Also, any clue why this might work on IE/FF but not Chrome?

Btw, I'm using JSON.stringify() in my script.

UPDATE: JSON.stringify is now available in chrome (couldn't find when it was introduced).

I have some JS that runs fine in FF and IE but in Chrome I see the following error:

uncaught exception ReferenceError: JSON is not defined

I presume I need to include something but I'm not sure what. Help? Also, any clue why this might work on IE/FF but not Chrome?

Btw, I'm using JSON.stringify() in my script.

UPDATE: JSON.stringify is now available in chrome (couldn't find when it was introduced).

Share edited Nov 23, 2012 at 13:02 Marc P 5801 gold badge7 silver badges21 bronze badges asked Sep 1, 2009 at 21:56 psychotikpsychotik 39k35 gold badges103 silver badges136 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 9

The JSON object is not yet part of the standard IIRC, but is expected to be soon. In the meantime, browsers are free to implement it at will, and that's probably what you are seeing here.

Your best bet is to get a separate library that does the same thing and use it for the meantime until native implementations are more widespread. You can find a very good one here (Link at the bottom).

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743668770a4487424.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信