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 |
|---|---|
|
com.abbeoo.sw.client.controls.dotnet.basic
Jasmin Application Logic based on build 61946c1e2c947cec1244febf45d66eb017655c6d
|
20 |
|
com.abbeoo.sw.client.controls.dotnet.logon
Jasmin Application Logic based on build 95e40f4a237113fad3045759b96678a964890b06
|
17 |
|
com.abbeoo.sw.jasmin.model
Description
|
17 |
|
jasmin.sw.core
Jasmin Application Logic based on build 93a73294e847158b3a01df26d43401c7c2984de4
|
17 |
|
net.inaffect.tools.payment.six.saferpay
inaffect AG tools based on version 1.0.1117
|
17 |
|
com.abbeoo.sw.client.proxy.dotnet
Jasmin Application Logic based on build 24123ccc7580512ac938594484236c0d1db2bd95
|
16 |
|
jasmin.lib
Jasmin - The Software Robot based on version 1.0.1099
|
16 |
|
com.abbeoo.sw.client.controls.dotnet.logon
Jasmin Application Logic based on build 54e3bd5244e15a4594ffc96300ce6fd7e4c6b304
|
15 |
|
com.abbeoo.sw.client.proxy.standard
Jasmin Application Logic based on build 59f992ece37eaba202801d7bc21c5cceb9cc5282
|
15 |
|
jasmin.lib
Jasmin - The Software Robot based on version 1.0.1067
|
15 |
|
jasmin.lib
Jasmin - The Software Robot based on version 1.0.1094
|
15 |
|
jasmin.lib
Jasmin - The Software Robot based on version 1.0.1095
|
15 |
|
jasmin.lib
Jasmin - The Software Robot based on version 1.0.1096
|
15 |
|
jasmin.lib
Jasmin - The Software Robot based on version 1.0.1098
|
15 |
|
jasmin.lib
Jasmin - The Software Robot
|
15 |
|
net.inaffect.tools.payment.six.saferpay
inaffect AG tools based on version 1.0.1118
|
15 |
|
net.inaffect.tools.payment.six.saferpay
inaffect AG tools based on version 1.0.1119
|
15 |
|
net.inaffect.tools.payment.six.saferpay
inaffect AG tools based on version 1.0.1122
|
15 |
|
com.abbeoo.sw.client.controls.dotnet.logon
Logon controls used in all Jasmin projects
|
14 |
|
com.abbeoo.sw.client.proxy.standard
Jasmin Application Logic based on build 3138de714b7ff76edbb1b31e348eaaf7ea0e18c1
|
14 |
.NET Framework 2.0
- No dependencies.
.NET Standard 2.0
- No dependencies.
.NET 6.0
- No dependencies.
.NET Standard 1.3
- System.Xml.XmlDocument (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- Microsoft.CSharp (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
.NET Standard 1.0
- System.ComponentModel.TypeConverter (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- Microsoft.CSharp (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.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.5-beta1 | 5 | 01/27/2026 |
| 13.0.4 | 7 | 09/22/2025 |
| 13.0.4-beta1 | 9 | 09/05/2025 |
| 13.0.3 | 13 | 02/01/2025 |
| 13.0.2 | 12 | 02/03/2025 |
| 13.0.1 | 12 | 02/03/2025 |
| 12.0.3 | 13 | 02/03/2025 |
| 12.0.2 | 13 | 02/03/2025 |
| 12.0.1 | 12 | 02/03/2025 |
| 11.0.2 | 13 | 02/03/2025 |
| 11.0.1 | 12 | 02/03/2025 |
| 10.0.3 | 8 | 02/03/2025 |
| 10.0.2 | 12 | 02/03/2025 |
| 10.0.1 | 12 | 02/03/2025 |
| 9.0.1 | 12 | 02/02/2025 |
| 8.0.3 | 13 | 02/02/2025 |
| 8.0.2 | 11 | 02/02/2025 |
| 8.0.1 | 12 | 02/02/2025 |
| 7.0.1 | 9 | 02/02/2025 |
| 6.0.8 | 11 | 02/02/2025 |
| 6.0.7 | 12 | 02/02/2025 |
| 6.0.6 | 10 | 02/02/2025 |
| 6.0.5 | 13 | 02/02/2025 |
| 6.0.4 | 12 | 02/02/2025 |
| 6.0.3 | 12 | 02/02/2025 |
| 6.0.2 | 12 | 02/02/2025 |
| 6.0.1 | 9 | 02/02/2025 |
| 5.0.8 | 11 | 02/02/2025 |
| 5.0.7 | 12 | 02/02/2025 |
| 5.0.6 | 13 | 02/02/2025 |
| 5.0.5 | 11 | 02/02/2025 |
| 5.0.4 | 12 | 02/02/2025 |
| 5.0.3 | 12 | 02/03/2025 |
| 5.0.2 | 11 | 02/03/2025 |
| 5.0.1 | 12 | 02/03/2025 |
| 4.5.11 | 10 | 02/03/2025 |
| 4.5.10 | 12 | 02/03/2025 |
| 4.5.9 | 12 | 02/03/2025 |
| 4.5.8 | 10 | 02/03/2025 |
| 4.5.7 | 11 | 02/03/2025 |
| 4.5.6 | 13 | 02/03/2025 |
| 4.5.5 | 12 | 02/03/2025 |
| 4.5.4 | 12 | 02/03/2025 |
| 4.5.3 | 11 | 02/03/2025 |
| 4.5.2 | 12 | 02/03/2025 |
| 4.5.1 | 13 | 02/03/2025 |
| 4.0.8 | 11 | 02/03/2025 |
| 4.0.7 | 13 | 02/03/2025 |
| 4.0.6 | 12 | 02/03/2025 |
| 4.0.5 | 12 | 02/03/2025 |
| 4.0.4 | 11 | 02/03/2025 |
| 4.0.3 | 12 | 02/03/2025 |
| 4.0.2 | 12 | 02/03/2025 |
| 4.0.1 | 11 | 02/02/2025 |
| 3.5.8 | 14 | 02/03/2025 |