summaryrefslogtreecommitdiffstats
path: root/db.json
blob: e91b02efe4a5a6fd8dd177887a8f1fc9c74cfdbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "posts": [
    {
      "id": "5CEDAFAA-4CB9-4BF9-A0B2-EB4DF373B4A3",
      "content": "Hello world",
      "createdAt": 1635505671,
      "author": {
        "id": "EA8E23FC-8F12-404A-9A68-576FBDF72934",
        "name": "George Technoman"
      },
      "likes": 28
    }
  ]
}