Newtonsoft.Json 13.0.5-beta1

Logo Json.NET

NuGet version (Newtonsoft.Json) Build status

Json.NET is a popular high-performance JSON framework for .NET

Serialize JSON

Product product = new Product();
product.Name = "Apple";
product.Expiry = new DateTime(2008, 12, 28);
product.Sizes = new string[] { "Small" };

string json = JsonConvert.SerializeObject(product);
// {
//   "Name": "Apple",
//   "Expiry": "2008-12-28T00:00:00",
//   "Sizes": [
//     "Small"
//   ]
// }

Deserialize JSON

string json = @"{
  'Name': 'Bad Boys',
  'ReleaseDate': '1995-4-7T00:00:00',
  'Genres': [
    'Action',
    'Comedy'
  ]
}";

Movie m = JsonConvert.DeserializeObject<Movie>(json);

string name = m.Name;
// Bad Boys

LINQ to JSON

JArray array = new JArray();
array.Add("Manual text");
array.Add(new DateTime(2000, 5, 23));

JObject o = new JObject();
o["MyArray"] = array;

string json = o.ToString();
// {
//   "MyArray": [
//     "Manual text",
//     "2000-05-23T00:00:00"
//   ]
// }

Showing the top 20 packages that depend on Newtonsoft.Json.

Packages Downloads
Apache.Avro
Avro provides: Rich data structures. A compact, fast, binary data format. A container file, to store persistent data. Remote procedure call (RPC). Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
6
Nuke.Common
Cross-platform build automation system
6
Nuke.Common
Cross-platform build automation system
7
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '02a1058ed2237adc41da5e9f41068770d36ac729' (see contained AppVeyorSettings.json file for build settings).
6
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '1b7919295cb9cac9eccc00871c6d1b8bc1bed375' (see contained AppVeyorSettings.json file for build settings).
6
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '706f53a42a3ab7ee112350cfdd0e4d1683eb5d1d' (see contained AppVeyorSettings.json file for build settings).
6
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'a69c742b7862fb624781dc20b2d9b8c088e98410' (see contained AppVeyorSettings.json file for build settings).
6
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'eec1cad386b573457c42795e4c3ceed36a84cd30' (see contained AppVeyorSettings.json file for build settings).
6
Refit
The automatic type-safe REST library for Xamarin and .NET
5
Refit
The automatic type-safe REST library for Xamarin and .NET
6

.NET Framework 2.0

  • No dependencies.

.NET Framework 3.5

  • No dependencies.

.NET Framework 4.0

  • No dependencies.

.NET Framework 4.5

  • No dependencies.

.NET Standard 1.0

.NET Standard 1.3

.NET 6.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
13.0.5-beta1 4 04/17/2026
13.0.4 4 04/17/2026
13.0.3 4 04/17/2026
13.0.2 4 04/17/2026
13.0.1 4 04/17/2026
12.0.3 4 04/17/2026
12.0.2 4 04/17/2026
12.0.1 4 04/17/2026
11.0.2 4 04/17/2026
11.0.1 4 04/17/2026
10.0.3 6 04/16/2026
10.0.2 4 04/17/2026
10.0.1 4 04/17/2026
9.0.1 4 04/17/2026
8.0.3 4 04/17/2026
8.0.2 4 04/17/2026
8.0.1 4 04/17/2026
7.0.1 4 04/17/2026
6.0.8 4 04/17/2026
6.0.7 4 04/17/2026
6.0.6 4 04/17/2026
6.0.5 4 04/17/2026
6.0.4 4 04/17/2026
6.0.3 4 04/17/2026
6.0.2 4 04/17/2026
6.0.1 4 04/17/2026
5.0.8 4 04/17/2026
5.0.7 4 04/17/2026
5.0.6 4 04/17/2026
5.0.5 4 04/17/2026
5.0.4 4 04/17/2026
5.0.3 4 04/17/2026
5.0.2 4 04/17/2026
5.0.1 4 04/18/2026
4.5.11 4 04/17/2026
4.5.10 4 04/17/2026
4.5.9 4 04/17/2026
4.5.8 4 04/17/2026
4.5.7 4 04/17/2026
4.5.6 4 04/17/2026
4.5.5 4 04/17/2026
4.5.4 4 04/17/2026
4.5.3 4 04/17/2026
4.5.2 4 04/17/2026
4.5.1 4 04/17/2026
4.0.8 4 04/17/2026
4.0.7 4 04/17/2026
4.0.6 4 04/17/2026
4.0.5 4 04/17/2026
4.0.4 4 04/17/2026
4.0.3 4 04/17/2026
4.0.2 4 04/17/2026
4.0.1 4 04/17/2026
3.5.8 4 04/17/2026