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

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


parse 为 JSON 对象的函数