Web-programming_Gerimovich_.../lab2/data.json
2023-12-24 16:10:59 +04:00

19 lines
243 B
JSON

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