python – django webmethod returns simplejson.dumps,
how can I convert the simplejson string into C# 2.0 Object ?
for example,
dict -> Hashtable
string -> String
…
is there any JSON Serializable library in existing .NET framework or any 3rd party tool ?
Try the JSON.net project hosted at GitHub : JSON.NET