

how can I consume django web service in C#?
python - django webmethodsreturns 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 ?
Python


I am unaware of C# , I am sure there must exist a library that does the conversion for you, a simple JSON library in C# should be able to do this.
Login to add comment