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:

json.net jason king
jsonfx.net

the json.org website has references these libraries , more.

there's support classic asp (which not same asp.net):

json2.asp


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -