1 Star 0 Fork 1

testnulldefined/json-server-data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
db.json 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
typicode 提交于 2017-06-22 22:22 . Update db.json
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
{ "id": 3, "title": "Post 3" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"profile": {
"name": "typicode"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/postbird/json-server-data.git
[email protected]:postbird/json-server-data.git
postbird
json-server-data
json-server-data
master

搜索帮助