Files
2020-11-20 16:47:03 +13:00
..
2018-05-21 10:02:43 +12:00
2015-10-10 12:02:14 +13:00
2017-08-17 07:29:01 +10:00
2018-05-21 10:02:43 +12:00
2019-08-10 09:03:58 +12:00
2018-03-12 15:53:38 +13:00
2018-05-10 23:03:05 -07:00
2017-08-17 07:29:01 +10:00

Json.NET

https://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:

https://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

-netstandard2.0:
  .NET Standard 2.0


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