-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.json
54 lines (54 loc) · 1.01 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
[
{
"id": 1,
"firstName": "Juha",
"lastName": "Dahak",
"phone": "8888-9999",
"mobile": "7777-888",
"email": "[email protected]",
"address": {
"street": "5 Test St",
"city": "Doha",
"country": "Qatar"
}
},
{
"id": 2,
"firstName": "Abbas",
"lastName": "Ibn Firnas",
"phone": "6666-9999",
"mobile": "9999-888",
"email": "[email protected]",
"address": {
"street": "50 Test St",
"city": "Doha",
"country": "Qatar"
}
},
{
"id": 3,
"firstName": "Samir",
"lastName": "Saghir",
"phone": "7777-9999",
"mobile": "9999-888",
"email": "[email protected]",
"address": {
"street": "22 Aspire St",
"city": "Dubai",
"country": "UAE"
}
},
{
"id": 4,
"firstName": "Jarir",
"lastName": "Bookstore",
"phone": "3333-9999",
"mobile": "2222-888",
"email": "[email protected]",
"address": {
"street": "33 Salman St",
"city": "Jeddah",
"country": "Saudi"
}
}
]