SCRIPT5009: 'JSON' is undefined

前端 未结 7 800
刺人心
刺人心 2020-12-14 14:39

I get the following error in IE 9 SCRIPT5009: \'JSON\' is undefined only when in compatability mode. the line causing this error is

JSON.string         


        
相关标签:
7条回答
  • 2020-12-14 15:41

    Just an update (2013!) to the links provided above-

    Per http://www.json.org/js.html, a link at the bottom of the page will refer you to the latest implementation:

    https://github.com/douglascrockford/JSON-js

    0 讨论(0)
提交回复
热议问题