C# json字符串转化成Dictionary
2021-01-02 06:27
标签:play spl OLE dha 转化 ali 模型 select write C# json字符串转化成Dictionary 标签:play spl OLE dha 转化 ali 模型 select write 原文地址:https://www.cnblogs.com/lbonet/p/13225265.htmlvar json = @"{
‘DisplayName‘: ‘新一代算法模型‘,
‘CustomerType‘: 1,
‘Report‘: {
‘TotalCustomerCount‘: 1000,
‘TotalTradeCount‘: 50
},
‘CustomerIDHash‘: [1,2,3,4,5]
}";
var dict = JsonConvert.DeserializeObject
文章标题:C# json字符串转化成Dictionary
文章链接:http://soscw.com/index.php/essay/39516.html