How do I consume JSON from a web service in ASP.NET? -
we have web application providing service using simple rest interface (get/post methods) , returning results in json format.
a client wants use service asp application (i assume asp.net) , asks example code.
is there standard/widely-acceptable procedure consuming json based web services asp.net application? i'm not familiar .net framework, can work way through c#.
any pointers welcome.
there's quite few json libraries available .net convert json poco objects:
the json.org website has references these libraries , more.
there's support classic asp (which not same asp.net):
Comments
Post a Comment