上一页 1 ··· 6 7 8 9 10

2018年10月17日

常见Json字符串反序列化处理方式总结

摘要: 常用来处理Json字符串序列化 反序列化组件:Newtonsoft.Json (https://www.newtonsoft.com/json) 参考资料https://www.cnblogs.com/shang201215019/p/7907655.html 一丶JObject Class () 阅读全文

posted @ 2018-10-17 11:29 Ssumer 阅读(2750) 评论(0) 推荐(0) 编辑

2018年10月15日

如何取未知Json字符串 某个主键取对应的Value

摘要: 需添加引用using Newtonsoft.Json; string strJon "Json 字符串"; JObject obj = JObject.Parse(strJon ); string serial_number = obj["status"].ToString(); 更多Json的操作 阅读全文

posted @ 2018-10-15 22:19 Ssumer 阅读(425) 评论(1) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10

导航