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. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
