'Not able to find the reference tab to add Json.NET for C#
Solution 1:[1]
Double click the project node in Solution Explorer, add the following, press ctrl + S. After a few seconds the package is downloaded and installed.
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
You should also read up on using NuGet package manager in Visual Studio.
Solution 2:[2]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | pm100 |


]
]