文件名称:JSON工具,JS中JSON对象的序列化与反序列化
文件大小:21KB
文件格式:JS
更新时间:2013-02-23 02:55:54
JSON cyclic data structures
比如下面的JS对象 var user=new Object(); user.name='吕洞宾'; user.friends=[{name:"铁拐李",sex:"男",friend:user},{name:"何仙姑",sex:"女",friend:user}]; 一般的解析工具都会出错 详细信息请参观 http://user.qzone.qq.com/3307812/blog/1265082905