I created a C# library project. The project has this line in one class:
JsonConvert.SerializeObject(objectList);
I\'m getting error saying
Install it using NuGet:
Install-Package Newtonsoft.Json
Posting this as an answer.