📜  json-server - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:30.514000             🧑  作者: Mango

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