-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.json
100 lines (100 loc) · 2.16 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"contacts": [
{
"id": "c5657",
"name": "Michael",
"email": "[email protected]",
"address": "Michael street",
"gender": "Male",
"phone": {
"mobile": "63790563",
"home": "26713565",
"office": "25783564"
}
},
{
"id": "c4635",
"name": "Johnny",
"email": "[email protected]",
"address": "Johnny street",
"gender": "Male",
"phone": {
"mobile": "69743982",
"home": "29874597",
"office": "23298439"
}
},
{
"id": "6736",
"name": "Leonardo",
"email": "[email protected]",
"address": "Leonardo street",
"gender": "Male",
"phone": {
"mobile": "62843894",
"home": "24299360",
"office": "29853072"
}
},
{
"id": "c2043",
"name": "Angelina",
"email": "[email protected]",
"address": "Angelina street",
"gender": "Female",
"phone": {
"mobile": "69883785",
"home": "20978865",
"office": "23940976"
}
},
{
"id": "c205",
"name": "Dido",
"email": "[email protected]",
"address": "Dido street",
"gender": "Female",
"phone": {
"mobile": "68745612",
"home": "23246845",
"office": "24685315"
}
},
{
"id": "c2807",
"name": "Hugh",
"email": "[email protected]",
"address": "Hugh street",
"gender": "Male",
"phone": {
"mobile": "64653123",
"home": "26746533",
"office": "25646325"
}
},
{
"id": "c1808",
"name": "Will",
"email": "[email protected]",
"address": "Will street",
"gender": "Male",
"phone": {
"mobile": "67896316",
"home": "24325413",
"office": "29876583"
}
},
{
"id": "c8741",
"name": "Kate",
"email": "[email protected]",
"address": "Kate street",
"gender": "Female",
"phone": {
"mobile": "63476865",
"home": "20365453",
"office": "26875148"
}
}
]
}