34 lines
582 B
JSON
34 lines
582 B
JSON
|
{
|
||
|
"users": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"login": "ivan",
|
||
|
"nameFirst": "Иван",
|
||
|
"nameLast": "Иванов"
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"login": "ann",
|
||
|
"nameFirst": "Анна",
|
||
|
"nameLast": "Аннова"
|
||
|
}
|
||
|
],
|
||
|
"pets": [
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "pet1",
|
||
|
"note": "note",
|
||
|
"birthday": "10.11.2023",
|
||
|
"userId": 2,
|
||
|
"imageResourceId": 2130968592
|
||
|
},
|
||
|
{
|
||
|
"name": "pet2",
|
||
|
"note": "note",
|
||
|
"birthday": "24.12.2023",
|
||
|
"userId": 2,
|
||
|
"imageResourceId": 2130968593,
|
||
|
"id": 2
|
||
|
}
|
||
|
]
|
||
|
}
|