Use TRESTDataSetAdapter with arbitrary JSON
June 23, 2017
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…




