aboutsummaryrefslogtreecommitdiffstats
path: root/db.json
blob: 34d5eca3af520be5ee400a3653898c2e3a7ad532 (plain)
1
2
3
4
5
6
{
  "posts": [
    { "id": 1, "title": "First post!", "author": "Post man" },
    { "id": 2, "title": "Lorem ipsum", "author": "Dolor sit amet" }
  ]
}