摘要: 序列化,反序列化的相互实现过程,编码中应该避免过度拼接的过程1:Newtonsoft.Json.dll 下载 http://json.codeplex.com/2:解析JSON字符窜方法1:usingNewtonsoft.Json;usingSystem.Text;StringBuildersb=newStringBuilder();stringstr="[{ID:'1',Name:'John',Other:[{Age:'21',Sex:'0'}]},{ID:'2',Name:'Good' 阅读全文
posted @ 2012-08-27 15:52 snowhumen 阅读(3055) 评论(0) 推荐(0)