blob: e10fb2c612ebcd31e4ecc50e340cd7b97efe4629 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"title": "My first blog entry!",
"tags": [ "test", "bla" ],
"author": "lns",
"createDate": "22.02.1989 23:59",
"publishDate": "31.12.2020 1:00",
"published": true,
"accessAllowed": true
}
|