SyntaxFix
Write A Post
Hire A Developer
Questions
You're looking for the JavaScriptSerializer class, which is used internally by JsonResult:
JavaScriptSerializer
string json = new JavaScriptSerializer().Serialize(jsonResult.Data);