News

Use TRESTDataSetAdapter with arbitrary JSON

One basic question I get asked is how can I convert arbitrary JSON into some kind of data structure such that I can extract useful data? One solution is to use the TRESTDataSetAdapter with arbitrary JSON. The TRESTDataSetAdapter and TClientDataSet components convert the JSON representation into a dataset. The TRESTDataSetAdapter has many nice functionalities, but some developers assume…
Read more