Skip to main content
NewtonSoft.Json package icon

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

.NETFramework2.0 .NETFramework3.5 .NETFramework4.0 .NETFramework4.5 .NETStandard1.0 .NETStandard1.3 net6.0 .NETStandard2.0

Dependencies

Microsoft.CSharp
.NETStandard1.0
[4.3.0, )
NETStandard.Library
.NETStandard1.0
[1.6.1, )
[4.3.0, )
Microsoft.CSharp
.NETStandard1.3
[4.3.0, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
[4.3.0, )
System.Xml.XmlDocument
.NETStandard1.3
[4.3.0, )

Adoption guide

Existing applications or integrations that already depend on Json.NET behavior and extension points.

JSON guide
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.