tag array for json

This commit is contained in:
= 2020-05-30 18:12:37 -04:00
parent 3a94a4b215
commit ced121edc5

View file

@ -20,6 +20,7 @@ class JSONExporter(TextExporter):
"body": entry.body,
"date": entry.date.strftime("%Y-%m-%d"),
"time": entry.date.strftime("%H:%M"),
"tags": entry.tags,
"starred": entry.starred,
}
if hasattr(entry, "uuid"):