Serializing a dataset to JSON and back

At the time when almost all the Delphi program was client/server, or in general, when the Delphi program was always connected to the database server in a full-connected scenario, the datasets' serialization was a niche topic. There were really few situations where you really need this kind of functionality in the core of your application. Were the '90s!' Now, however, making your data available to other programs or getting data from other software running somewhere in the world is the normal. In some cases, the other "programs" are not written in Delphi, so the DataSet.SaveToFile method (or other serialization that use a proprietary or exotic format) is no longer enough. Let's say we've a JavaScript frontend ...

Get Delphi Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.