创建 JSON 对象(浏览器已经内置)

Tags
javascript
Created
Apr 9, 2015 4:34 PM

window.JSON = {parse: function(sJSON) { return eval('(' + sJSON + ')'); },

stringify:...}

parse 为 JSON 对象的函数

SuperMade with Super