Where is the System.Runtime.Serialization.Json namespace? Where is the System.Runtime.Serialization.Json namespace? asp.net asp.net

Where is the System.Runtime.Serialization.Json namespace?


Are you running .NET 2.0 ? Its first supported in 3.5 and 4.0 check here.


I think this library is now deprecated in favour of Json.NET. JsonObject is a JObject and uses Json.NET library.

Documentation