C#之Json解析

上一篇 / 下一篇  2014-12-15 19:07:04 / 个人分类:C#

官网:https://json.codeplex.com/
程序集下载:https://json.codeplex.com/releases/view/135702 ==》Json.NET 6.0 Release 6 (source + binary)
API文档:http://james.newtonking.com/json/help/index.html
JObject、JArray类 来自 Newtonsoft.Json.Linq ,其他类来自 Newtonsoft.Json

另:来自MSDN 的 Windows.Data.Json namespace

JavaScriptSerializer Class
Serialize(Object) 对象转Json
Deserialize<T>(String) Json转对象

TAG:

 

评分:0

我来说两句

Open Toolbar