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

28 lines
403 B
JSON
Raw Permalink 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,
2024-01-08 21:59:29 +04:00
"name": "dsads",
"description": "12312312",
"endDate": "02.11.2023"
},
{
"id": 3,
"name": "test",
"description": "test",
"endDate": "05.12.2023"
2023-12-20 16:34:27 +04:00
}
]
}