-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
39 lines (39 loc) · 1.13 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"contacts": [
{
"id": 1,
"name": "Александр Матвеев",
"email": "[email protected]",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/aleksitappura/128.jpg",
"phone": "(903)206-29-95"
},
{
"id": 2,
"name": "Анатолий Анатольев",
"email": "[email protected]",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/stalewine/128.jpg",
"phone": "(912)225-97-99"
},
{
"id": 3,
"name": "Нина Крылова",
"email": "[email protected]",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/ashocka18/128.jpg",
"phone": "(905)393-93-08"
},
{
"id": 4,
"name": "Наталья Трофимова",
"email": "[email protected]",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/r_oy/128.jpg",
"phone": "(956)031-43-56"
},
{
"id": 5,
"name": "Анжела Авдеева",
"email": "[email protected]",
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/chrismj83/128.jpg",
"phone": "(998)701-53-68"
}
]
}