Delphi7通过superobject解析JSON
2021-06-19 07:03
标签:div image net tail php 读取 service alt col 1、通过delphi程序访问PHP事先写好的webservice(查询功能),webservice返回json格式数据。 2、通过superobject读取json数据 得到效果如下: https://blog.csdn.net/mpqz1065ok/article/details/80767305 Delphi7通过superobject解析JSON 标签:div image net tail php 读取 service alt col 原文地址:https://www.cnblogs.com/railgunman/p/10291346.html//深层级的访问
jo:=SO(‘{"datalist":{"username":"admin","name":"管理","sex":"男"}}‘);
if jo[‘datalist.sex‘] nil then showmessage(jo[‘datalist.sex‘].AsString ); // 男
文章标题:Delphi7通过superobject解析JSON
文章链接:http://soscw.com/index.php/essay/95833.html