.net mvc json result
public ActionResult JsonContent() { return Json("this is a json string", AjaxRequestBehavior.AllowGet); }