summaryrefslogtreecommitdiffstats
path: root/db.json
blob: de541f83cd00381410bb08439f25243dd4ae4b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "posts": [{
        "content": "testi",
        "createdAt": 1636028524,
        "likes": 0,
        "userPictureUrl": "https://lh3.googleusercontent.com/a-/AOh14Ggi0fsy3DrKGf2CswW96pft9BO3tDskxr0241FmxQ=s96-c",
        "author": {
            "id": "jans.tuomi@gmail.com",
            "name": "Jan Tuomi"
        },
        "id": "1"
    }]
}