Home > Back-end >  Delphi using json
Delphi using json

Time:09-27

Intend to do with json as data transmission media of three layers structure of software
Export the json data sets no problem now
Json is added to the data set, didn't find the right method

I am using delphi7, online for XX in XX it won't

CodePudding user response:

JSON is a structured language, D7, as long as according to it, can create and read the standards,

CodePudding user response:

In the EX versions have TDBXJSONTools. TableToJSON () method is readily available,

And D7 using JSON, be about to oneself effort to write code,

CodePudding user response:

Superobject, used to convert the json array processing,
 
For I to L_Json [' result '] do asArray. Length - 1
X:=L_Json [' result '] asArray [j] [' count ']. AsInteger;

CodePudding user response:

Use uLkJSON. Pas
Now I use this, support Chinese, too.
  • Related