Newtonsoft.Json 13.0.5-beta1
Json.NET
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"
// ]
// }
Links
Showing the top 20 packages that depend on Newtonsoft.Json.
| Packages | Downloads |
|---|---|
|
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/
|
4 |
|
Senparc.WebSocket
微信 SDK - WebSocket 模块
Senparc.Weixin SDK 开源项目:
https://github.com/JeffreySu/WeiXinMPSDK
|
4 |
|
Aspose.PDF
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework).
Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or insert pages; transform pages to image; print PDF documents and much more.
|
4 |
|
Microsoft.AspNetCore.JsonPatch
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/95017c711e6afc1085133d440e42b4bd78155701
|
4 |
|
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
Contains interfaces for Project Model and messaging for scaffolding.
This package was built from the source at:
https://github.com/aspnet/scaffolding/tree/a426a775039ddcf0bec7edb76a44e887e06f63e6
|
3 |
|
Aspose.PDF
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework).
Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or insert pages; transform pages to image; print PDF documents and much more.
|
3 |
|
Senparc.Weixin.WxOpen
微信 SDK - 微信小程序 模块
Senparc.Weixin SDK 开源项目:
https://github.com/JeffreySu/WeiXinMPSDK
|
3 |
|
Senparc.Weixin.MP
微信 SDK - 微信公众号 模块
Senparc.Weixin SDK 开源项目:
https://github.com/JeffreySu/WeiXinMPSDK
|
3 |
|
DH.Common
DH框架基类核心库
|
3 |
|
Microsoft.Orleans.Core
Core library of Microsoft Orleans used both on the client and server.
|
3 |
|
AlipaySDKNet.Standard
支付宝开放平台官方SDK,基于.Net Standard 2.0开发,支持.Net Framework 4.6.1、.Net Core 2.0及其以上版本。
|
3 |
.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
- Microsoft.CSharp (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
.NET Standard 1.3
- Microsoft.CSharp (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Xml.XmlDocument (>= 4.3.0)
.NET 6.0
- No dependencies.
.NET Standard 2.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 14.0.1-beta2 | 0 | 2026/9/21 |
| 14.0.1-beta1 | 0 | 2026/9/21 |
| 13.0.5-beta1 | 2 | 2026/9/11 |
| 13.0.4 | 1 | 2026/9/17 |
| 13.0.3 | 1 | 2026/9/17 |
| 13.0.2 | 1 | 2026/9/17 |
| 13.0.1 | 0 | 2021/3/22 |
| 12.0.3 | 1 | 2026/9/17 |
| 12.0.2 | 1 | 2026/9/17 |
| 12.0.1 | 1 | 2026/9/17 |
| 11.0.2 | 1 | 2026/9/17 |
| 11.0.1 | 1 | 2026/9/17 |
| 10.0.3 | 1 | 2026/9/17 |
| 10.0.2 | 1 | 2026/9/17 |
| 10.0.1 | 1 | 2026/8/20 |
| 9.0.1 | 1 | 2026/9/16 |
| 8.0.3 | 1 | 2026/9/16 |
| 8.0.2 | 1 | 2026/9/16 |
| 8.0.1 | 1 | 2026/9/16 |
| 7.0.1 | 1 | 2026/9/16 |
| 6.0.8 | 1 | 2026/9/16 |
| 6.0.7 | 1 | 2026/9/16 |
| 6.0.6 | 1 | 2026/9/16 |
| 6.0.5 | 0 | 2014/9/6 |
| 6.0.4 | 0 | 2014/8/3 |
| 6.0.3 | 1 | 2026/9/16 |
| 6.0.2 | 1 | 2026/9/16 |
| 6.0.1 | 1 | 2026/9/16 |
| 5.0.8 | 1 | 2026/9/16 |
| 5.0.7 | 1 | 2026/9/16 |
| 5.0.6 | 0 | 2013/6/6 |
| 5.0.5 | 1 | 2026/9/16 |
| 5.0.4 | 1 | 2026/9/16 |
| 5.0.3 | 1 | 2026/9/16 |
| 5.0.2 | 1 | 2026/9/16 |
| 5.0.1 | 0 | 2013/4/7 |
| 4.5.11 | 1 | 2026/9/17 |
| 4.5.10 | 1 | 2026/9/17 |
| 4.5.9 | 1 | 2026/9/16 |
| 4.5.8 | 0 | 2012/8/4 |
| 4.5.7 | 1 | 2026/7/28 |
| 4.5.6 | 1 | 2026/9/16 |
| 4.5.5 | 1 | 2026/9/16 |
| 4.5.4 | 1 | 2026/9/16 |
| 4.5.3 | 1 | 2026/9/16 |
| 4.5.2 | 0 | 2012/4/11 |
| 4.5.1 | 1 | 2026/9/16 |
| 4.0.8 | 1 | 2026/9/16 |
| 4.0.7 | 1 | 2026/9/16 |
| 4.0.6 | 1 | 2026/9/16 |
| 4.0.5 | 1 | 2026/9/16 |
| 4.0.4 | 1 | 2026/9/16 |
| 4.0.3 | 1 | 2026/9/16 |
| 4.0.2 | 1 | 2026/9/16 |
| 4.0.1 | 1 | 2026/9/16 |
| 3.5.8 | 1 | 2026/9/16 |