0
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 22-01-21, 5:44 p.m. samrtr
0
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.
22-04-21, 10:52 a.m. ankitrj.iitb


Log-in to answer to this question.