Search code examples
c#pythondjangoserializationsimplejson

how can I consume django web service in C#?


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 ?


Solution

  • Try the JSON.net project hosted at GitHub : JSON.NET