You can right click on the project where you want to install newtonsoft nuget package.

You will find an option "Manage NuGet packages".

Then search online for "newtonsoft".

This would add a packages.config file in your project (depending on which framework you are targeting to ).

this new file contains all the nuget dependencies required for this project.

Refer this blog for more details

Answer from Manoj Choudhari on Stack Overflow
🌐
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:
🌐
Altervista
tigerforge.altervista.org › home › docs › installation › unidb 1.2
Newtonsoft Json – TigerForge
Because Newtonsoft Json is part of Unity, you can simply install it directly from Unity using Unity’s Package Manager. 1. Open the Package Manager, click the [+] button and click the “Add package by name…” menu. 2. Type the name com.unity.nuget.newtonsoft-json and click the [Add] button.
Discussions

How can I download Newtonsoft directly/manually?
You can always download a nuget package and take the dll's out of it. Nuget package is just a zip file, no magic there. More on reddit.com
🌐 r/csharp
4
0
January 23, 2024
c# - How do I install Newtonsoft.json for Visual Studio 2010? - Stack Overflow
I am trying to make Newtonsoft.json available for use in my local Visual Studio 2010 projects. I installed NuGet.Tools on my system. Now I see an item in the Solution Explorer called Service Refere... More on stackoverflow.com
🌐 stackoverflow.com
Update com.unity.nuget.newtonsoft-json to Newtonsoft.Json 13.0.2
Newtonsoft.Json 13.0.2 fixes a bug which affects some platforms, like Android and iOS: Fixed rare race condition in name table when deserializing on device with ARM processors I fixed this issue by myself when our pro… More on discussions.unity.com
🌐 discussions.unity.com
0
0
November 29, 2022
Newtonsoft Json package - Unity Engine - Unity Discussions
So now that Unity has brought in Newtonsoft.Json.dll in their own package, the docs say: “To avoid assembly clashes, please use this package if you intend to use Newtonsoft Json.” But the docs for the package say: "This is a package intended for internal Unity Development Projects and as ... More on discussions.unity.com
🌐 discussions.unity.com
5
March 9, 2020
🌐
NuGet
nuget.org › PACKAGES
NuGet Gallery | Packages
Include compatible frameworks · Framework Filter Mode Decides whether to show packages matching ALL of the selected Target Frameworks (TFMs), or ANY of them
🌐
Microsoft Learn
learn.microsoft.com › en-us › nuget › quickstart › install-and-use-a-package-using-the-dotnet-cli
Install and use a NuGet package with the dotnet CLI | Microsoft Learn
March 3, 2025 - After the command completes, open the Nuget.Quickstart.csproj file in Visual Studio to see the added NuGet package reference: <ItemGroup> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> </ItemGroup>
🌐
Microsoft Learn
learn.microsoft.com › en-us › nuget › quickstart › install-and-use-a-package-in-visual-studio
Quickstart: Install and use a NuGet package in Visual Studio (Windows only) | Microsoft Learn
In the NuGet Package Manager page, choose nuget.org as the Package source. From the Browse tab, search for Newtonsoft.Json, select Newtonsoft.Json in the list, and then select Install.
🌐
DLL-files.com
dll-files.com › newtonsoft.json.dll.html
newtonsoft.json.dll free download | DLL‑files.com
Download newtonsoft.json.dll below to solve your dll problem. We currently have 10 different versions for this file available. Choose wisely.
Find elsewhere
🌐
DLLme
dllme.com › dll › files › newtonsoft_json
Newtonsoft.Json.dll : Free .DLL Download
December 28, 2025 - Newtonsoft.Json.dll is a popular open-source library developed by James Newton-King for working with JSON data in .NET applications. It provides a range of functionalities, including reading and writing JSON, serializing and deserializing .NET ...
🌐
Wingwell
nuget.wingwell.cloud › packages › newtonsoft.json
Newtonsoft.Json 13.0.3 - WingWell Nuget
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" // ] // } ... Showing the top 20 packages that depend on Newtonsoft.Json.
🌐
Unity
discussions.unity.com › unity engine
Update com.unity.nuget.newtonsoft-json to ...
November 29, 2022 - Newtonsoft.Json 13.0.2 fixes a bug which affects some platforms, like Android and iOS: Fixed rare race condition in name table when deserializing on device with ARM processors I fixed this issue by myself when our project was using Unity 2017.4 and JSON .NET For Unity.
🌐
Unity
discussions.unity.com › unity engine
Newtonsoft Json package - Unity Engine - Unity Discussions
March 9, 2020 - So now that Unity has brought in ... Newtonsoft Json.” But the docs for the package say: "This is a package intended for internal Unity Development Projects and as ......
🌐
NuGet
nuget.org › packages › aqua-core-newtonsoft-json › 4.5.0
NuGet Gallery | aqua-core-newtonsoft-json 4.5.0
// Install aqua-core-newtonsoft-json as a Cake Addin #addin nuget:?package=aqua-core-newtonsoft-json&version=4.5.0 // Install aqua-core-newtonsoft-json as a Cake Tool #tool nuget:?package=aqua-core-newtonsoft-json&version=4.5.0
🌐
Newtonsoft
newtonsoft.com › json
Json.NET - Newtonsoft
Over 1 billion downloads and counting, Json.NET is the number one library on NuGet.
🌐
GameDev.tv
community.gamedev.tv › unity courses › ask
How to install NewtonSoft Json in unity or Visual studio code? - Ask - GameDev.tv
April 22, 2025 - Hello. I’m transitioning to Json saving trying following the Brian’s tutorial but I must admit i’m a little bit confuse according NewtonSoft Json. I assume I haven’t any Json install in my unity version: or Json: …
🌐
NuGet
nuget.org › packages › Newtonsoft.Json.Ninject
NuGet Gallery | Newtonsoft.Json.Ninject 1.0.0-beta1
August 24, 2014 - // Install Newtonsoft.Json.Ninject as a Cake Addin #addin nuget:?package=Newtonsoft.Json.Ninject&version=1.0.0-beta1&prerelease // Install Newtonsoft.Json.Ninject as a Cake Tool #tool nuget:?package=Newtonsoft.Json.Ninject&version=1.0.0-beta1&prerelease
🌐
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 - The ever popular Newtonsoft.Json NuGet package by James Newton-King is used throughout Visual Studio’s code base. Visual Studio 2015 (14.0) was the first version to ship with it. Later updates to Visual Studio also updated its Newtonsoft.Json version when an internal feature needed it.
🌐
NuGet
nuget.org › packages › Newtonsoft.Json.Legacy
NuGet Gallery | Newtonsoft.Json.Legacy 3.5.9
December 28, 2016 - #addin nuget:?package=Newtonsoft.Json.Legacy&version=3.5.9
🌐
NuGet
nuget.org › packages › newtonsoft.json.schema
NuGet Gallery | Newtonsoft.Json.Schema 4.0.1
June 8, 2024 - This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package. <PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />