Newtonsoft.Json 13.0.2-beta3

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
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
127
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
117
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
113
Microsoft.AspNetCore.Mvc.ViewFeatures
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
110
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
Contains interfaces for Project Model and messaging for scaffolding. This package was built from the source code at https://github.com/aspnet/scaffolding/tree/a8a3c4d6bcef48a3dd464d03f629a0a18dbf3110
108
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
107
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
106
MiniProfiler.Shared
You shouldn't reference this - MiniProfiler's shared library for all frameworks
106
Google.Apis.Core
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
105
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support
105
NuGet.Protocol.Core.v3
NuGet Protocol for 3.1.0 servers
105
NuGet.Packaging
NuGet's implementation for reading nupkg package and nuspec package specification files.
104
NuGet.Packaging
NuGet's implementation for reading nupkg package and nuspec package specification files.
103
Google.Apis.Core
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on. Supported Platforms: - .NET Framework 4 - Windows Store apps - Windows Phone 8 and 8.1 - Portable Class Libraries
103
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
Contains interfaces for Project Model and messaging for scaffolding.
102
Newtonsoft.Json.Bson
Json.NET BSON adds support for reading and writing BSON
102
NuGet.RuntimeModel
NuGet v3 core library.
102
Microsoft.AspNetCore.Mvc.ViewFeatures
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
102
Microsoft.AspNetCore.Mvc.ViewFeatures
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
101

.NET Framework 2.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET Standard 1.3

.NET Standard 1.0

.NET Framework 4.5

  • No dependencies.

.NET Framework 4.0

  • No dependencies.

.NET Framework 3.5

  • No dependencies.

Version Downloads Last updated
13.0.4 1 9/17/2025
13.0.4-beta1 16 8/1/2025
13.0.3 111 5/17/2023
13.0.3-beta1 94 2/23/2023
13.0.2 90 11/30/2022
13.0.2-beta3 90 12/4/2022
13.0.2-beta2 79 9/15/2022
13.0.2-beta1 93 5/21/2022
13.0.1 92 6/27/2022
12.0.3 81 6/27/2022
12.0.2 85 5/21/2022
12.0.1 78 5/21/2022
11.0.2 75 6/27/2022
11.0.1 113 6/4/2022
10.0.3 107 6/7/2022
10.0.2 96 5/21/2022
10.0.1 78 6/27/2022
9.0.1 59 6/19/2022
8.0.3 86 6/27/2022
8.0.2 82 5/20/2022
8.0.1 87 6/11/2022
7.0.1 85 5/20/2022
6.0.8 75 5/20/2022
6.0.7 92 6/27/2022
6.0.6 108 6/27/2022
6.0.5 77 6/27/2022
6.0.4 106 5/21/2022
6.0.3 95 6/27/2022
6.0.2 74 6/7/2022
6.0.1 83 6/25/2022
5.0.8 96 5/28/2022
5.0.7 74 6/27/2022
5.0.6 82 6/11/2022
5.0.5 94 6/27/2022
5.0.4 84 6/27/2022
5.0.3 77 6/27/2022
5.0.2 77 6/27/2022
5.0.1 114 6/19/2022
4.5.11 77 6/27/2022
4.5.10 76 6/27/2022
4.5.9 78 6/27/2022
4.5.8 100 5/21/2022
4.5.7 97 6/27/2022
4.5.6 74 6/27/2022
4.5.5 87 6/27/2022
4.5.4 98 5/28/2022
4.5.3 80 5/21/2022
4.5.2 114 5/21/2022
4.5.1 89 5/20/2022
4.0.8 99 6/27/2022
4.0.7 85 6/27/2022
4.0.6 112 5/30/2022
4.0.5 93 6/27/2022
4.0.4 70 6/27/2022
4.0.3 87 5/21/2022
4.0.2 77 6/27/2022
4.0.1 100 5/21/2022
3.5.8 87 6/4/2022