Since 1.4 it is possible to export the data in JSON format if you like. The file is structured as a dictionary with some meta information like version
and app
name. The entries themselves are stored in a list under data
. It should be pretty self explaining what the entries are about.
If you build a tool on top of the export make sure to check for the version
, because new kind of entries may be added in later versions.