How to deserialize this JSON in asp.net
See the question and my original answer on StackOverflowThe .NET Framework provides the JavaScriptSerializer Class which is easy to use (in the System.Web.Extensions.dll assembly).
There is an example here: Dictionary to JSON Serialization and Deserialization