Newtonsoft.Json 13.0.4

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
AlipaySDKNet.Core
支付宝开放平台官方SDK,基于.Net Standard 2.0开发,支持.Net Framework 4.6.1、.Net Core 2.0及其以上版本。
9
Microsoft.AspNetCore.JsonPatch
ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/379bfc7b2559e7cc9f42f997a497b2f2dd8e12d2
9
Microsoft.Json.Pointer
Classes for working with JSON Pointer
9
CSRedisCore
CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。
8
Microsoft.AspNetCore.Mvc.NewtonsoftJson
ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/379bfc7b2559e7cc9f42f997a497b2f2dd8e12d2
8
JsonDiffPatch.Net
JSON object diffs and reversible patching
8
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/
8
AlipaySDKNet.Standard
支付宝开放平台官方SDK,基于.Net Standard 2.0开发,支持.Net Framework 4.6.1、.Net Core 2.0及其以上版本。
7
DH.JPush
用于DH框架的极光推送处理库,参考https://github.com/jpush/jpush-api-csharp-client 对标1.2.4版本
7
DH.SKIT.FlurlHttpClient.Common
用于DH框架的一个开发工具包的公共组件。为开发者提供使用体验一致的、可跨平台的第三方 API .NET SDK。已支持微信、字节跳动、又拍云系列 API。参考https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
7
DH.Common
DH框架基类核心库
7
Certes
A client implementation for the Automated Certificate Management Environment (ACME) protocol.
7
APIMatic.Core
Core logic and the utilities for the APIMatic's C# SDK
7
Microsoft.AspNetCore.Mvc.NewtonsoftJson
ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/215a587e52efa710de84138b0a3374b860b924d8
7
Aliyun.Credentials
Alibaba Cloud Credentials for .NET
6
DH.Common
DH框架基类核心库
6
DH.BDYYSdk
基于DH框架的百度地图的鹰眼轨迹SDK。参考https://github.com/hetaoos/Baidu.Yingyan
6
Tea
Alibaba Cloud Tea Core SDK for .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.4 4 2025/9/18
13.0.3 3 2025/7/11
13.0.2 2 2025/8/29
13.0.1 2 2025/8/29
12.0.3 5 2025/7/11
12.0.2 5 2025/7/18
12.0.1 4 2025/7/11
11.0.2 4 2025/8/3
11.0.1 5 2025/7/10
10.0.3 4 2025/8/29
10.0.2 2 2025/8/29
10.0.1 2 2025/8/29
9.0.1 3 2025/8/28
8.0.3 2 2025/8/28
8.0.2 2 2025/8/28
8.0.1 2 2025/8/28
7.0.1 2 2025/8/28
6.0.8 2 2025/8/28
6.0.7 2 2025/8/28
6.0.6 2 2025/8/28
6.0.5 2 2025/8/28
6.0.4 2 2025/8/28
6.0.3 2 2025/8/28
6.0.2 2 2025/8/28
6.0.1 2 2025/8/28
5.0.8 2 2025/8/28
5.0.7 2 2025/8/28
5.0.6 2 2025/8/28
5.0.5 2 2025/8/28
5.0.4 2 2025/8/28
5.0.3 2 2025/8/28
5.0.2 2 2025/8/28
5.0.1 2 2025/8/28
4.5.11 2 2025/8/29
4.5.10 1 2025/8/29
4.5.9 2 2025/8/28
4.5.8 2 2025/8/28
4.5.7 2 2025/8/28
4.5.6 2 2025/8/28
4.5.5 2 2025/8/28
4.5.4 2 2025/8/28
4.5.3 2 2025/8/28
4.5.2 2 2025/8/28
4.5.1 2 2025/8/28
4.0.8 2 2025/8/28
4.0.7 2 2025/8/28
4.0.6 2 2025/8/28
4.0.5 2 2025/8/28
4.0.4 2 2025/8/28
4.0.3 2 2025/8/28
4.0.2 2 2025/8/28
4.0.1 2 2025/8/28
3.5.8 2 2025/8/28