In this article I will explain with an example, how to install Newtonsoft from Nuget package in Visual Studio.
 
 

Downloading Newtonsoft package

You will need to install the Newtonsoft package using the following command.
Install-Package Newtonsoft.Json -Version 13.0.3
 
Installing Newtonsoft library using Nuget
 
Once the package is installed, a success message will be displayed.
Installing Newtonsoft library using Nuget