newtonsoft.json
Json.NET is a popular high-performance JSON framework for .NET
Total Downloads
8.8B
8,758,755,906
Published
Dec 30, 2025
Latest stable version
Install
.NET CLI
dotnet add package newtonsoft.json --version 13.0.5-beta1
Package Manager Console
Install-Package newtonsoft.json -Version 13.0.5-beta1
PackageReference
<PackageReference Include="newtonsoft.json" Version="13.0.5-beta1" />
Frameworks
Dependencies
Microsoft.CSharp
[4.3.0, )
.NETStandard1.0
NETStandard.Library
[1.6.1, )
.NETStandard1.0
System.ComponentModel.TypeConverter
[4.3.0, )
.NETStandard1.0
System.Runtime.Serialization.Primitives
[4.3.0, )
.NETStandard1.0
Microsoft.CSharp
[4.3.0, )
.NETStandard1.3
NETStandard.Library
[1.6.1, )
.NETStandard1.3
System.ComponentModel.TypeConverter
[4.3.0, )
.NETStandard1.3
System.Runtime.Serialization.Formatters
[4.3.0, )
.NETStandard1.3
System.Runtime.Serialization.Primitives
[4.3.0, )
.NETStandard1.3
System.Xml.XmlDocument
[4.3.0, )
.NETStandard1.3
Adoption guide
Existing applications or integrations that already depend on Json.NET behavior and extension points.
Why it appears in the guide: A long-established JSON library with a broad converter and compatibility ecosystem. Trade-off: It adds a package dependency where System.Text.Json may already be available in the runtime.
This version is marked prerelease. Validate its API and upgrade path before production use.
Compatibility metadata lists 8 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.