Deserialize a Json string (in C#) without Json.Net Deserialize a Json string (in C#) without Json.Net json json

Deserialize a Json string (in C#) without Json.Net


Have you tried using the new .NET DataContractJsonSerializer?I believe I works much better than the JavaScriptSerializer that you're using.