Newtonsoft
newtonsoft.com › json
Json.NET - Newtonsoft
Serialize and deserialize any .NET object with Json.NET's powerful JSON serializer.
Pricing
Purchase a commercial license at the Newtonsoft Store
Json.NET Schema
Json.NET Schema is a complete and easy to use JSON Schema framework for .NET
Introduction
Json.NET is a popular high-performance JSON framework for .NET
Serializing and Deserializing JSON
The quickest method of converting between JSON text and a .NET object is using the T:Newtonsoft.Json.JsonSerializer. The JsonSerializer converts .NET objects into their JSON equivalent and back again by mapping the .
NuGet
nuget.org › packages › newtonsoft.json
NuGet Gallery | Newtonsoft.Json 13.0.4
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" // ] // } ... Included target framework(s) (in package) Learn more about Target Frameworks and .NET Standard. No dependencies. No dependencies. No dependencies. No dependencies. ... No dependencies. No dependencies. Showing the top 5 NuGet packages that depend on Newtonsoft.Json:
Videos
01:20
HowTo Install Newtonsoft.Json using Nuget for Microsoft Visual ...
Fix newtonsoft.json.dll and .NET App Errors!
03:17
demo Newtonsoft.Json with source link enabled - YouTube
02:31
Install Newtonsoft.Json or Json.NET NuGet Package in Visual Studio ...
01:44
Could not load file or assembly 'Newtonsoft.Json' or one of its ...
DllHub
dll-hub.com › newtonsoft › newtonsoft.json
Download Newtonsoft.Json.dll | DllHub.com
Search all of your missing dll or dlls here. Corrupt dll or Error dll can be fixed by downloading correct dll. These dll files are available for free here.
GitHub
github.com › KSP-CKAN › CKAN › releases
Releases · KSP-CKAN/CKAN
[Core] Don't save registry.json at instance creation (#4346 by @HebaruSan) [Netkan] Tests for Newtonsoft.Json's handling of octal literals in version files (#4227 by @HebaruSan)
Author KSP-CKAN
Zelent
zelent.net › repos › pollutometer › plain › packages › Newtonsoft.Json.6.0.4 › lib › net40
/packages/Newtonsoft.Json.6.0.4/lib/net40/
/packages/Newtonsoft.Json.6.0.4/lib/net40/ · Newtonsoft.Json.dll · Newtonsoft.Json.xml
Microsoft
devblogs.microsoft.com › dev blogs › visual studio blog › using newtonsoft.json in a visual studio extension
Using Newtonsoft.Json in a Visual Studio extension - Visual Studio Blog
January 7, 2022 - A program compiled against the DLL with the larger surface area can easily pick up the DLL with the smaller surface area if the latter is installed in the GAC. And you can't necessarily compile against the earlier one all the time. Case in point - ASP.NET MVC 5 - uses Newtonsoft.Json under the hood to do model deserialization.
NuGet
nuget.org › packages › newtonsoft.json › 4.5.1
NuGet Gallery | Newtonsoft.Json 4.5.1
March 20, 2012 - <PackageReference Include="Newtonsoft.Json" Version="4.5.1" />
Stack Overflow
stackoverflow.com › questions › 71208105 › dll-not-found-newtonsoft-json
c# - DLL not found, Newtonsoft.Json - Stack Overflow
You have to install the Nuget package Newtonsoft.Json, therefore when you build the project you will be able to use it. Just remember to copy the JSON DLL to wherever the executable that uses you other DLL is.
GitHub
github.com › lavagang › melonloader
GitHub - LavaGang/MelonLoader: The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono · GitHub
Starred by 3.8K users
Forked by 613 users
Languages C#
GitHub
github.com › getsentry › raven-csharp › issues › 187
Dll Required Newtonsoft.Json 6.0.0 in order to load · Issue #187 · getsentry/raven-csharp
June 30, 2017 - I've tryied install the client in my app. Unfortunatly it cannot be load. Raven client requires a Newtonsoft.Json 6.0.0 (my was 4.5). Then I tried same version but couldn't find. https://www.nuget.org/packages/Newtonsoft.Json/6.0.1 Any r...
Author eduxavier
JSON Schema Validator
jsonschemavalidator.net
JSON Schema Validator - Newtonsoft
Get Json.NET Schema from NuGet (recommended) or download a ZIP of the assemblies and source code: Json.NET Schema · PM> Install-Package Newtonsoft.Json.Schema
GitHub
github.com › jamesnk › newtonsoft.json
GitHub - JamesNK/Newtonsoft.Json: Json.NET is a popular high-performance JSON framework for .NET · GitHub
Starred by 11.3K users
Forked by 3.3K users
Languages C#
NuGet
nuget.org › packages › newtonsoft.json › 13.0.1
NuGet Gallery | Newtonsoft.Json 13.0.1
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Realvirtual
doc.realvirtual.io › advanced-topics › newtonsoft-json
Newtonsoft JSON | realvirtual.io
May 9, 2024 - Some interfaces (currently Open Digital Twin Interfaces as well as TwinCAT HMI) are depending on Newtonsoft JSON library. Formerly we had this library directly included in our delivery. Latest Unity started in adding dependencies to this library in some of the packages in the standard packages and in the standard project setting. This caused collissions with our delivery because only one DLL with the same name is allowed to be included in a project.
GitHub
github.com › JamesNK › Newtonsoft.Json › releases
Releases · JamesNK/Newtonsoft.Json
September 16, 2025 - Json.NET is a popular high-performance JSON framework for .NET - JamesNK/Newtonsoft.Json
Author JamesNK
FriendlyUsers Tech Blog
friendlyuser.github.io › posts › tech › 2023 › A_Comprehensive_Guide_to_Newtonsoft.Json
A Comprehensive Guide to Newtonsoft.Json - FriendlyUsers Tech Blog
January 26, 2025 - It is widely used for parsing and ... Developed by James Newton-King, Newtonsoft.Json provides a range of features, including support for LINQ to JSON, BSON, and XML, as well as efficient serialization and deserialization....
NuGet
nuget.org › packages › newtonsoft.json › 9.0.1
NuGet Gallery | Newtonsoft.Json 9.0.1
June 22, 2016 - <PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
DLL Found
dll-found.com › newtonsoft.json.dll_download.html
Newtonsoft.Json.dll Download for missing file error _ dll-found.com
January 31, 2013 - Newtonsoft.Json.dll free download. Fix errors with missing dll files.
GitHub
github.com › JamesNK › Newtonsoft.Json › issues › 2534
13.0.1 causes file not found exception when assembly gets implicitly loaded when used in a visual studio extension · Issue #2534 · JamesNK/Newtonsoft.Json
May 19, 2021 - When using 12.0.3 I have no issues. When I updated to 13.0.1 I get a FileNotFoundException on this [1] constructor as .NET attempts to load the Newtonsoft.Json dll. The message states cannot find an assembly with version 13.0.0.0, which is what is noted in the deps.json.
Published May 19, 2021
Author gfs