2
Answers

Get Values fom JSON object

From API i have return

return (new JavaScriptSerializer().Serialize(data));

result is 

"{\"Description\":\"Share Knowledge\",\"Name\":\"C-sharpcorner\"}"

How to access Decription,Name is c sharp console application

Answers (2)