Delphi - ISuperObject如何将保持的JSON格式化?
2021-03-04 21:26
标签:false 好的 com pretty targe 参考 ons list tar 参考: https://stackoverflow.com/questions/18511333/how-do-i-pretty-print-json-in-delphi Delphi - ISuperObject如何将保持的JSON格式化? 标签:false 好的 com pretty targe 参考 ons list tar 原文地址:https://www.cnblogs.com/sunylat/p/12913087.html {
把JSON赋值给list
注意:jo.AsJSon(true, false)里面的两个参数,第一个为true,才会输出格式化好的JSON
}
ConfigList.Text := jo.AsJSon(true, false);
上一篇:wpf 滚屏数据显示
下一篇:Windows服务相关命令
文章标题:Delphi - ISuperObject如何将保持的JSON格式化?
文章链接:http://soscw.com/index.php/essay/60161.html