Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making HTTP Post request to Rest service

Content: application/x-www-form-urlencoded
Accept: application/x-www-form-urlencoded



I get response in below format


"{\r\n\t\"status\":\"Success\"\r\n}"

Is there any good way to load this string and read status
Posted

1 solution

sam,

You can use Json.Net from JNK or either of JavaScriptSerializer and DataContractJsonSerializer from MS directly.

But Json.Net is pretty easy to use so would recommend to go with that!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900