posts - 45, comments - 33, trackbacks - 1, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

JSON

摘要: publicclassToJSON{///<summary>///DataTable转换成JSON///</summary>///<paramname="dt">需要转换的DataTable</param>///<returns>JSON结构字符串</returns>publicstaticstringDtToSON(Data...阅读全文

posted @ 2009-05-18 16:34 chgBlog 阅读(314) | 评论 (0) 编辑 |

摘要: This article comes from www.json.orgI Think is userful for everyone to understand and study it.In JSON, they take on these forms:An object is an unordered set of name/value pairs. An object begins wit...阅读全文

posted @ 2009-05-18 14:28 chgBlog 阅读(23) | 评论 (0) 编辑 |

摘要: 引用Bloghttp://www.cnblogs.com/truly/archive/2006/12/31/608896.htmlJSON定义 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,易于阅读和编写,同时也易于机器解析和生成。它基于ECMA262语言规范(1999-12第三版)中JavaScript编程语言的一个子集。 JSON采用与编程语言无...阅读全文

posted @ 2009-05-18 11:13 chgBlog 阅读(26) | 评论 (0) 编辑 |