-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
49 lines (49 loc) · 864 Bytes
/
db.json
File metadata and controls
49 lines (49 loc) · 864 Bytes
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
40
41
42
43
44
45
46
47
48
49
{
"contacts": [
{
"id": "0",
"name": "ABrAto Hellas",
"number": "040-123456"
},
{
"id": "1",
"name": "Ada Lovelace",
"number": "39-44-5323523"
},
{
"id": "2",
"name": "Abrada Kadabra",
"number": "12-24-567890"
},
{
"id": "3",
"name": "pepe piporet",
"number": "39-23-6423122"
},
{
"id": "4",
"name": "abru mantis",
"number": "39-23-6423122"
},
{
"id": "596e",
"name": "qwdwqddqwdw",
"number": "qdw"
},
{
"id": "4f35",
"name": "dqqwdwqqwdqwd",
"number": "qd"
},
{
"id": "9375",
"name": "pep peppe",
"number": "32444444423"
},
{
"id": "cd7c",
"name": "wd",
"number": "dqwdw"
}
]
}