16 lines
246 B
JSON
16 lines
246 B
JSON
{
|
|
"users": [
|
|
{
|
|
"id": "67af",
|
|
"number": "+7 (111) 111-11-11",
|
|
"password": "11111"
|
|
},
|
|
{
|
|
"id": "77aa",
|
|
"number": "+7 (222) 222-22-22",
|
|
"password": "222222"
|
|
}
|
|
],
|
|
"books": [],
|
|
"authors": []
|
|
} |