Newtonsoft.Json 是一个流行的高效的,由第三方提供的 .net 下的 json 框架。
其具备以下功能:
1、.net objects 与 JSON 之间的转换。
2、LINQN 转化为 JSON 对象。
3、JSON 与 XML之间的转换。
支持以下 .net 版本:
.NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone, Windows 8 Store and .NET Core
下载起地址:
Newtonsoft.Json 是一个流行的高效的,由第三方提供的 .net 下的 json 框架。
其具备以下功能:
1、.net objects 与 JSON 之间的转换。
2、LINQN 转化为 JSON 对象。
3、JSON 与 XML之间的转换。
支持以下 .net 版本:
.NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone, Windows 8 Store and .NET Core
下载起地址:
http://www.newtonsoft.com/json
https://github.com/JamesNK/Newtonsoft.Json
文档:
http://www.newtonsoft.com/json/help/
版本信息:
Json.NET has different libraries for the various .NET Framework versions.
-net45:
.NET 4.5+
-net40:
.NET 4.0
-net35:
.NET 3.5
-net20:
.NET 2.0, Unity
-portable-net45+win8+wpa81+wp8:
.NET 4.5, Windows Phone 8, Windows 8 Store
-portable-net40+win8+wpa81+wp8+sl5:
.NET 4.0, Windows Phone 8, Windows 8 Store, Silverlight 5, MonoTouch, MonoDroid
-netstandard1.0:
.NET Standard 1.0
-netstandard1.3:
.NET Standard 1.3
Notes:
For a Compact Framework 3.5 and Silverlight 3.0 builds download Json.NET 3.5
For a Silverlight 4.0 and Windows Phone 7 builds download Json.NET 5
https://github.com/JamesNK/Newtonsoft.Json
文档:
http://www.newtonsoft.com/json/help/
版本信息:
Json.NET has different libraries for the various .NET Framework versions.
-net45:
.NET 4.5+
-net40:
.NET 4.0
-net35:
.NET 3.5
-net20:
.NET 2.0, Unity
-portable-net45+win8+wpa81+wp8:
.NET 4.5, Windows Phone 8, Windows 8 Store
-portable-net40+win8+wpa81+wp8+sl5:
.NET 4.0, Windows Phone 8, Windows 8 Store, Silverlight 5, MonoTouch, MonoDroid
-netstandard1.0:
.NET Standard 1.0
-netstandard1.3:
.NET Standard 1.3
Notes:
For a Compact Framework 3.5 and Silverlight 3.0 builds download Json.NET 3.5
For a Silverlight 4.0 and Windows Phone 7 builds download Json.NET 5
Newtonsoft.Json 是一个第三方提供的 .net 下的 json 与 对象、XML 与 Json.NET http://www.newtonsoft.com/json https://github.com/JamesNK/Newtonsoft.Json Description: Json.NET is a popular high-performance JSON framework for .NET -Flexible JSON serializer for converting between .NET objects and JSON -LINQ to JSON for manually reading and writing JSON -High performance, faster than .NET's built-in JSON serializers -Write indented, easy to read JSON -Convert JSON to and from XML -Supports .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone, Windows 8 Store and .NET Core Documentation: http://www.newtonsoft.com/json/help/ Versions: Json.NET has different libraries for the various .NET Framework versions. -net45: .NET 4.5+ -net40: .NET 4.0 -net35: .NET 3.5 -net20: .NET 2.0, Unity -portable-net45+win8+wpa81+wp8: .NET 4.5, Windows Phone 8, Windows 8 Store -portable-net40+win8+wpa81+wp8+sl5: .NET 4.0, Windows Phone 8, Windows 8 Store, Silverlight 5, MonoTouch, MonoDroid -netstandard1.0: .NET Standard 1.0 -netstandard1.3: .NET Standard 1.3 Notes: For a Compact Framework 3.5 and Silverlight 3.0 builds download Json.NET 3.5 For a Silverlight 4.0 and Windows Phone 7 builds download Json.NET 5
Json.NET是一个高效且灵活的JSON框架,支持.NET多种版本。它提供了.NET对象与JSON之间的转换,支持LINQ to JSON,拥有高效率的性能,并且能够将JSON与XML互相转换。
480

被折叠的 条评论
为什么被折叠?



