标签:type tostring json lin 对象 color 序列化 ali ons
一、将json字符串转为json对象
JObject result=(JObject)Newtonsoft.Json.JsonConvert.DeserializeObject("{\"code\":\"0000\",\"message\":\"查询成功!\",\"result\":[{\"dataType\":\"正式数据\",\"batchNum\":\"CERT20171201008_20180111_1515661656914\",\"errorMsg\":\"success\"}]}"); Console.WriteLine(result["code"].ToString());
二、将实体转为json字符串
string json=Newtonsoft.Json.JsonConvert.SerializeObject(model)
标签:type tostring json lin 对象 color 序列化 ali ons
原文地址:https://www.cnblogs.com/mrma/p/11112422.html