jrnl/features/data/simple_import.json
MinchinWeb 7f5fbca658 Sample Importer: Handle data consistently whether from file or stdin
Importers: handle writing the journal to disk ourselves (rather than delegating to the plugin)
Plugins: First pass at testing custom importer
2021-07-17 13:29:14 -07:00

15 lines
319 B
JSON

{
"entries" :
[
{
"date" : "2013-06-09 15:39",
"title" : "My first entry.",
"body" : "Everything is alright"
},
{
"date" : "2013-06-10 15:40",
"title" : "Life is good.",
"body" : "But I'm better."
}
]
}