码迷,mamicode.com
首页 > Windows程序 > 详细

Delphi Json

时间:2018-10-12 16:01:46      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:json   col   inf   sys   nbsp   取值   div   字符串   pre   

uses
      system.json   
var
    {statement json}
    InfoJson: TJSONObject;
begin
    InfoJson := TJSONObject.ParseJSONValue({json字符串}) as TJSONObject;
    InfoJson.GetValue(unit);{取值}
    
end;

 

Delphi Json

标签:json   col   inf   sys   nbsp   取值   div   字符串   pre   

原文地址:https://www.cnblogs.com/YiShen/p/9778205.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!