Loading JSON data into datasets is pretty straightforward using LoadFromFile or LoadFromStream. FireDAC provides these methods as part of its TFDDataset descendants. I have published several videos showing how easy it is to store generate JSON data with FireDAC and consuming it in a client application be this client application a web application or a VCL desktop application.
…