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