JavaScript
JavaScript JSON
然后,使用 JavaScript 内置函数 JSON.parse() 将字符串转换为 JavaScript 对象
源代码:
点击运行 »
var obj = JSON.parse(text);
运行结果:
点击运行 »