Illustrates the advantages to the client of using json 可以发现使用json的客户端的优势。
S can then be simply serialized to json 简单地序列化成json。
json does have its drawbacks json也有它的不足。
Or another json type 类型或其他json类型。
Listing 7 declares an object using json syntax and shows how it can be accessed 清单7使用json语法声明了一个对象,并演示了如何访问这个对象。
The final step in the process is turning the json data into javascript objects on the client 处理的最后一步是把在客户端把json数据变成javascript对象。
The same pros and cons that apply to different xml generation techniques also apply to producing json 不同xml生成技术所具有的优缺点也适用于json的产生。
json, with its shorthand notation, can be difficult to decipher using the naked eye json使用的是简洁的符号标记,这对于通过“普通”的眼睛来释读是很困难的。
Not including spaces, the json data is 224 bytes, whereas the comparable xml data is 365 bytes, saving more than 100 bytes 不包括空格在内两者相比,json只需要224字节,比xml的356字节减少了100多字节。
If your ajax project involves navigating lots of complex server responses on the client, json may well appeal to you 如果在ajax项目中要在客户端对许多复杂的服务器响应进行导航,那么json可能适合您的需要。