I’m trying to follow some examples using JSON with the Http Client, but they refer to a System.Json.DLL that I cannot find. See this reference to see the reference to System.Json.DLL, but I cannot find that DLL installed on my machine. Is it an add-on? I googled but found no other result…
Thanks.
That’s a class library for Silverlight, but not [ASP] .NET.
If you really wanted to use it, there is an equivalent version in .net 4.5,
I would suggest you to take a look at Json.Net, it’s one of the most popular .NET JSON libraries.