Json.NET简单使用
摘要:
引用命名空间:using Newtonsoft.Json;实体类:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicclassUser{publicintId{get;set;}publicstringName{get;set;}publ... 阅读全文
posted @ 2010-03-27 11:20 泡泡饭 阅读(219) 评论(0) 推荐(0) 编辑