-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactData.json
107 lines (107 loc) · 2.59 KB
/
contactData.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
101
102
103
104
105
106
107
{ "records":[{
"name": "Dylan Sprouse",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0722831686",
"city": "Melbourne",
"id": "1"
},{
"name": "Amie Kyle",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0712322209",
"city": "Darwin",
"id": "2"
},{
"name": "Amir Seth",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0715522209",
"city": "Canberra",
"id": "3"
},{
"name": "Hussain Mustansir",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0712373209",
"city": "Bendigo",
"id": "4"
},{
"name": "Kylie Ruth",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0718332209",
"city": "Mackay",
"id": "5"
},{
"name": "John Blade",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0746422209",
"city": "Bunbury",
"id": "6"
},{
"name": "Jhonny Cage",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0766622209",
"city": "Hervey Bay",
"id": "7"
},{
"name": "Xander X",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0718982209",
"city": "Perth",
"id": "8"
},{
"name": "Beth Field",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0718452209",
"city": "Perth",
"id": "9"
},{
"name": "Hugh Jackman",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0746432209",
"city": "Sydney",
"id": "10"
},{
"name": "Mary Jane",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0766202209",
"city": "Melbourne",
"id": "11"
},{
"name": "Kris Durre",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0799322209",
"city": "Sydney",
"id": "12"
},{
"name": "Clark Kent",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0712882209",
"city": "Cairns",
"id": "13"
},{
"name": "Bruce Wayne",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0746421109",
"city": "Melbourne",
"id": "14"
},{
"name": "Dwane Rock",
"email": "[email protected]",
"imageUrl": "http://i.imgur.com/Lbi0PDG.png",
"number": "0766332209",
"city": "Brisbane",
"id": "15"
}
]}