typicode / lowdb

Simple and fast JSON database
MIT License
21.3k stars 918 forks source link

Create db.json #582

Closed felsteny closed 8 months ago

felsteny commented 8 months ago

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