-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.json
57 lines (57 loc) · 1.14 KB
/
contacts.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"name": "sara sabry",
"phones": [
"01784501323"
],
"email": "[email protected]",
"address": "Kirchstr.9, 41450 Neuss",
"birthday": "12.01.1990"
},
{
"name": "john robert",
"phones": [
"01754501918",
"01652346808"
],
"email": "",
"address": "",
"birthday": "23.09.1970"
},
{
"name": "john smith",
"phones": [
"01657895432"
],
"email": "[email protected]",
"address": "",
"birthday": ""
},
{
"name": "emily davis",
"phones": [
"+447700900232"
],
"email": "[email protected]",
"address": "",
"birthday": "22.03.1980"
},
{
"name": "nadia nadin",
"phones": [
"01782356890"
],
"email": "",
"address": "meisenweg 12a, 65235 Hofheim",
"birthday": "25.05.1978"
},
{
"name": "amir",
"phones": [
"1892210909"
],
"email": "",
"address": "",
"birthday": ""
}
]