JSON 教程
JSON 语法
数组可包含多个对象
源代码:
点击运行 »
{ "sites": [{ "name": "蜜蜂教程", "url": "www.mifengjc.com" }, { "name": "google", "url": "www.google.com" }, { "name": "微博", "url": "www.weibo.com" } ] }
运行结果:
点击运行 »