internet-programming/1 семестр/lab4/data.json

19 lines
243 B
JSON
Raw Permalink Normal View History

2023-11-27 18:15:43 +04:00
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}