public ActionResult GetFormJson(string keyValue) { var data = dictService.GetForm(keyValue); return(Content(data.ToJson())); }