[Lazarus] Looking for JSON and XML libraries for storing records and some demos.

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Tue Nov 8 10:56:34 CET 2011



On Tue, 8 Nov 2011, Frank Church wrote:

> I want to learn how to store records (the database kind as well if
> available) in JSON and XML format. Are there some Lazarus/FPC libraries and
> demos which do that?

That depends. Your request is rather vague.

There are routines that convert TDataset data to JSON and XML (fpdbexport routines).
There are routines to handle XML documents (dom).
There are routines to handle JSON (fpJSON).

What more do you need ?

Michael.




More information about the Lazarus mailing list