Is JSON.stringify() supported by IE 8?

后端 未结 7 938
情歌与酒
情歌与酒 2020-11-27 05:32

I need to use:

JSON.stringify()

which should be supported by Chrome, Safari, and Firefox. I think IE8 also has support for the JSON object.

7条回答
  •  星月不相逢
    2020-11-27 05:47

    A shiv just createElement's the HTML5 elements. It has nothing to do with JSON. Try getting an actual JSON parser like json2.js from Crockford.

提交回复
热议问题