PIBD-31-Batylkin-Mobile-App/server/data.json

24 lines
328 B
JSON
Raw Normal View History

2023-12-20 16:34:27 +04:00
{
"users": [
{
"id": 1,
"name": "Name",
"login": "Login"
},
{
"id": 2,
"name": "Test",
"login": "Log"
}
],
"tasks": [
{
"id": 1,
2023-12-20 18:29:14 +04:00
"name": "123456",
"description": "32155",
"endDate": "55",
2023-12-20 16:34:27 +04:00
"favorite": false,
"userId": 1
}
]
}