mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"posts": [
|
|
{ "id": 1, "title": "json-server", "author": "typicode" }
|
|
],
|
|
"comments": [
|
|
{ "id": 1, "body": "some comment", "postId": 1 }
|
|
],
|
|
"profile": { "name": "typicode" }
|
|
}
|