摘要: 1.Json.net开源:http://json.codeplex.com2.配置Json.net:选择对应的库文件放入项目bin目录。 引用代码:using Newtonsoft.Json;using Newtonsoft.Json,Linq;3.序列化:Jsonconvert.SerializeObject(object)protected void Page_Load(object sender, EventArgs e) { NorthwindEntities ne = new NorthwindEntities(); var q ... 阅读全文
posted @ 2013-01-08 21:35 光光 阅读(287) 评论(0) 推荐(0)