Newtonsoft.Json 13.0.4-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
Atlassian.SDK
Utilities to interact with Atlassian products. Contains LinqToJira provider for querying JIRA Issue tracker (http://www.atlassian.com/software/jira).
40
Hangfire.Core
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
27
Hangfire.Core
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
27
JWT
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
27
JWT
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
29
JWT
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
36
Microsoft.AspNetCore.Identity.UI
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/49e84ee5ff04b17f35cacb9c1d6ccf52d8328dad
28
Microsoft.AspNetCore.Identity.UI
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/80fec4e3edea3972e95885f5c0db6ee06072f917
27
Microsoft.NET.Test.Sdk
The MSbuild targets and properties for building .NET test projects.
30
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
29
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
31
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
35
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
37
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
40
PuppeteerSharp
Headless Browser .NET API
37
Telegram.Bot
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.
68
WindowsAzure.Storage
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
33

.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 6 22.01.2026
13.0.4 9 11.10.2025
13.0.4-beta1 11 06.08.2025
13.0.3 30 18.07.2024
13.0.2 36 26.06.2024
13.0.1 42 04.07.2024
12.0.3 20 18.02.2025
12.0.2 23 26.07.2024
12.0.1 27 27.02.2025
11.0.2 28 23.02.2025
11.0.1 22 25.02.2025
10.0.3 37 26.07.2024
10.0.2 22 26.07.2024
10.0.1 28 26.07.2024
9.0.1 29 27.02.2025
8.0.3 16 21.02.2025
8.0.2 20 26.07.2024
8.0.1 18 27.02.2025
7.0.1 17 25.02.2025
6.0.8 20 26.07.2024
6.0.7 21 19.07.2024
6.0.6 21 26.07.2024
6.0.5 20 02.11.2024
6.0.4 25 26.07.2024
6.0.3 20 26.07.2024
6.0.2 19 26.07.2024
6.0.1 23 26.07.2024
5.0.8 18 22.02.2025
5.0.7 19 26.07.2024
5.0.6 16 18.02.2025
5.0.5 19 22.02.2025
5.0.4 20 26.07.2024
5.0.3 21 27.07.2024
5.0.2 19 27.02.2025
5.0.1 20 19.02.2025
4.5.11 17 26.07.2024
4.5.10 16 09.03.2025
4.5.9 17 19.02.2025
4.5.8 18 26.02.2025
4.5.7 19 26.07.2024
4.5.6 17 26.07.2024
4.5.5 21 26.02.2025
4.5.4 22 26.07.2024
4.5.3 17 26.02.2025
4.5.2 18 26.02.2025
4.5.1 17 01.03.2025
4.0.8 15 27.02.2025
4.0.7 21 25.07.2024
4.0.6 22 06.03.2025
4.0.5 19 11.03.2025
4.0.4 17 26.07.2024
4.0.3 15 27.02.2025
4.0.2 19 26.07.2024
4.0.1 20 06.03.2025
3.5.8 18 27.07.2024