Skip to content

Files

This branch is 8 commits behind JamesNK/Newtonsoft.Json:master.

Doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 20, 2020
Feb 15, 2015
Oct 24, 2016
Aug 4, 2018
Feb 15, 2015
Oct 24, 2016
Feb 15, 2015
Oct 24, 2016
May 20, 2018
Oct 24, 2016
May 20, 2018
Feb 15, 2015
Oct 24, 2016
Aug 4, 2018
Aug 16, 2017
Oct 24, 2016
Oct 24, 2016
Oct 24, 2016
Aug 9, 2019
Mar 12, 2018
Feb 15, 2015
Oct 24, 2016
May 11, 2018
Aug 16, 2017
Oct 24, 2016
Oct 24, 2016
Oct 24, 2016
Feb 15, 2015
Nov 1, 2012
Nov 26, 2018
Nov 26, 2018
Apr 7, 2013
Oct 9, 2015
May 20, 2018
Nov 1, 2012
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