Delphi7經過superobject解析JSON

一、經過delphi程序訪問PHP事先寫好的webservice(查詢功能),webservice返回json格式數據。web

二、經過superobject讀取json數據json

 

 獲得效果以下:spa

//深層級的訪問

jo:=SO('{"datalist":{"username":"admin","name":"管理","sex":"男"}}');

if   jo['datalist.sex']<> nil  then showmessage(jo['datalist.sex'].AsString );    //

https://blog.csdn.net/mpqz1065ok/article/details/80767305.net

相關文章
相關標籤/搜索