I am trying to load some data into a portable class library. The data is in JSON format. I need parsing and working with this information. Unfortunately, it seems that System.Json is not available. At the same time, I tried to include the Json.Net NuGet package with no luck.
How to work with JSON data in a portable class library?
thanks
source share