-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmockData.json
122 lines (122 loc) · 2.64 KB
/
mockData.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"name": "John Doe",
"email": "john.doe@example.com",
"type": "personal",
"phone": "123-456-7890"
},
{
"name": "Jane Smith",
"email": "jane.smith@example.com",
"type": "professional",
"phone": "234-567-8901"
},
{
"name": "Michael Johnson",
"email": "michael.johnson@example.com",
"type": "personal",
"phone": "345-678-9012"
},
{
"name": "Emily Davis",
"email": "emily.davis@example.com",
"type": "professional",
"phone": "456-789-0123"
},
{
"name": "David Wilson",
"email": "david.wilson@example.com",
"type": "personal",
"phone": "567-890-1234"
},
{
"name": "Jennifer Brown",
"email": "jennifer.brown@example.com",
"type": "professional",
"phone": "678-901-2345"
},
{
"name": "Christopher Lee",
"email": "christopher.lee@example.com",
"type": "personal",
"phone": "789-012-3456"
},
{
"name": "Amanda Martinez",
"email": "amanda.martinez@example.com",
"type": "professional",
"phone": "890-123-4567"
},
{
"name": "Daniel Rodriguez",
"email": "daniel.rodriguez@example.com",
"type": "personal",
"phone": "901-234-5678"
},
{
"name": "Jessica Taylor",
"email": "jessica.taylor@example.com",
"type": "professional",
"phone": "012-345-6789"
},
{
"name": "Matthew Garcia",
"email": "matthew.garcia@example.com",
"type": "personal",
"phone": "123-456-7890"
},
{
"name": "Ashley Hernandez",
"email": "ashley.hernandez@example.com",
"type": "professional",
"phone": "234-567-8901"
},
{
"name": "Andrew Martinez",
"email": "andrew.martinez@example.com",
"type": "personal",
"phone": "345-678-9012"
},
{
"name": "Brittany Perez",
"email": "brittany.perez@example.com",
"type": "professional",
"phone": "456-789-0123"
},
{
"name": "James Gonzalez",
"email": "james.gonzalez@example.com",
"type": "personal",
"phone": "567-890-1234"
},
{
"name": "Nicole Flores",
"email": "nicole.flores@example.com",
"type": "professional",
"phone": "678-901-2345"
},
{
"name": "Brandon Sanchez",
"email": "brandon.sanchez@example.com",
"type": "personal",
"phone": "789-012-3456"
},
{
"name": "Samantha Wright",
"email": "samantha.wright@example.com",
"type": "professional",
"phone": "890-123-4567"
},
{
"name": "Justin King",
"email": "justin.king@example.com",
"type": "personal",
"phone": "901-234-5678"
},
{
"name": "Stephanie Scott",
"email": "stephanie.scott@example.com",
"type": "professional",
"phone": "012-345-6789"
}
]