typicode / lowdb

Simple and fast JSON database
MIT License
21.56k stars 924 forks source link

Create db.json #582

Closed felsteny closed 11 months ago

felsteny commented 11 months ago

{ "posts": [ { "id": 1, "title": "json-server", "author": "typicode" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 1 } ], "profile": { "name": "typicode" } }