JsonConvert.SerializeObject() 输出josn格式 也就是序列化。
JsonConvert.SerializeObject() 输出josn格式 也就是序列化。
JSON.parse 反序列化 http://www.cnblogs.com/ahlx/p/5228048.html
public JsonResult GetMobileProductInfo(string mobile) { int time = DateTime.Now.Minute; //string url = System.Configuration.ConfigurationManager.AppSettings["mingdao_gsd"].ToString(); //string response = MDCRM.Framework.Common.DoGetRequest(url.Replace("{0}",mobile).Replace("#","&")); string address = MDCRM.Business.LeadBusiness.GetMobileAddress(mobile); JObject json = new JObject() { {"address",address} }; //mingdao5 admin app 11999 sign ebe216651b277e74ae27ac53bad091a8 return new JsonResult() { Data = JsonConvert.SerializeObject(json), ContentType = "application/json", JsonRequestBehavior = JsonRequestBehavior.AllowGet }; }
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步