Use TRESTDataSetAdapter with arbitrary JSON
June 23, 2017
One basic questionI get asked is howcan 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.
TheTRESTDataSetAdapterandTClientDataSetcomponents convert theJSONrepresentation into a dataset.
The TRESTDataSetAdapter has many nice…