db.json 243 B

12345678910111213141516171819
  1. {
  2. "posts": [
  3. {
  4. "id": 1,
  5. "title": "json-server",
  6. "author": "typicode"
  7. }
  8. ],
  9. "comments": [
  10. {
  11. "id": 1,
  12. "body": "some comment",
  13. "postId": 1
  14. }
  15. ],
  16. "profile": {
  17. "name": "typicode"
  18. }
  19. }