Newtonsoft.Json 13.0.3-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
Newtonsoft.Json.Bson
Json.NET BSON adds support for reading and writing BSON
325
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
239
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
237
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
236
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
235
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext When using NuGet 3.x this package requires at least version 3.4.
22
Abp
Abp
20
Abp
Abp
19
Stimulsoft.Reports.Engine.NetCore
The native .NET Core report engine is a part of the reporting tool for .NET Standard, .NET Core and .NET, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.
19
Selenium.WebDriver
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
19
Aspose.Words
Aspose.Words for .NET is a cross-platform document processing library that allows developers to work with a variety of Microsoft Word, OpenOffice, Web, PDF, and image file formats. .NET developers can easily create, open, read, render, edit, convert, merge, split, compare documents. Almost all mainstream document formats are supported, including DOCX, DOC, RTF, ODT, PDF, Markdown, HTML, XML, XAML, MOBI, PNG, JPG. We also provide powerful features to generate reports from document templates and data sources.
18
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
18
Aspire.Hosting.MongoDB
MongoDB support for Aspire.
18
Akka
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
17
NEST
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net
17
NEST
Nest
17

.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 10 12/30/2025
13.0.4 5 12/10/2025
13.0.4-beta1 4 12/19/2025
13.0.3 286 12/10/2025
13.0.3-beta1 5 12/20/2025
13.0.2 6 12/14/2025
13.0.2-beta3 3 01/09/2026
13.0.2-beta2 7 12/10/2025
13.0.2-beta1 3 12/13/2025
13.0.1 327 12/10/2025
12.0.3 8 12/11/2025
12.0.2 5 12/11/2025
12.0.1 4 12/14/2025
11.0.2 8 12/09/2025
11.0.1 5 12/14/2025
10.0.3 5 12/14/2025
10.0.2 6 12/13/2025
10.0.1 5 12/20/2025
9.0.1 6 12/14/2025
8.0.3 9 12/12/2025
8.0.2 5 12/16/2025
8.0.1 9 12/13/2025
7.0.1 5 12/11/2025
6.0.8 6 12/11/2025
6.0.7 9 12/15/2025
6.0.6 3 12/20/2025
6.0.5 7 12/10/2025
6.0.4 5 12/20/2025
6.0.3 4 12/26/2025
6.0.2 5 12/10/2025
6.0.1 5 12/19/2025
5.0.8 8 12/11/2025
5.0.7 5 12/15/2025
5.0.6 4 12/20/2025
5.0.5 6 12/18/2025
5.0.4 5 12/12/2025
5.0.3 6 12/10/2025
5.0.2 6 12/14/2025
5.0.1 5 12/11/2025
4.5.11 5 12/19/2025
4.5.10 6 12/11/2025
4.5.9 6 12/10/2025
4.5.8 6 12/14/2025
4.5.7 6 12/13/2025
4.5.6 6 12/10/2025
4.5.5 5 12/19/2025
4.5.4 7 12/11/2025
4.5.3 3 12/20/2025
4.5.2 6 12/13/2025
4.5.1 10 12/11/2025
4.0.8 5 12/12/2025
4.0.7 4 12/20/2025
4.0.6 4 12/20/2025
4.0.5 8 12/11/2025
4.0.4 4 12/10/2025
4.0.3 4 12/20/2025
4.0.2 7 12/10/2025
4.0.1 5 12/15/2025
3.5.8 4 12/11/2025