You’re looking for the JavaScriptSerializer class, which is used internally by JsonResult:
string json = new JavaScriptSerializer().Serialize(jsonResult.Data);
You’re looking for the JavaScriptSerializer class, which is used internally by JsonResult:
string json = new JavaScriptSerializer().Serialize(jsonResult.Data);