-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_example.json
165 lines (165 loc) · 4.02 KB
/
sample_example.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
[
{
"id": 1,
"first_name": "Jessica",
"last_name": "Bailey",
"active": true,
"company": "Data Analytics",
"sex": "F",
"contact": {
"id": 1,
"phone": "+8801878568625",
"address": "0250 Diane Alley South Michael, IA 06331",
"city": "Sylhet",
"country": "Bangladesh"
},
"role": {
"id": 10,
"name": "Customer Service Representative"
}
},
{
"id": 2,
"first_name": "Joseph",
"last_name": "Young",
"active": false,
"company": "Tech Innovations",
"sex": "M",
"contact": {
"id": 2,
"phone": "+8801825757177",
"address": "79593 Miller Cove Lake Brittanychester, NV 11031",
"city": "Comilla",
"country": "Bangladesh"
},
"role": {
"id": 8,
"name": "Financial Analyst"
}
},
{
"id": 3,
"first_name": "Elizabeth",
"last_name": "Lamb",
"active": false,
"company": "Pathfinders",
"sex": "F",
"contact": null,
"role": null
},
{
"id": 4,
"first_name": "Shawn",
"last_name": "Green",
"active": true,
"company": "Tech Innovations",
"sex": "M",
"contact": {
"id": 4,
"phone": "+8801971738813",
"address": "6818 Sara Island Apt. 412 Brettchester, NY 28751",
"city": "Dhaka",
"country": "Bangladesh"
},
"role": {
"id": 1,
"name": "Manager"
}
},
{
"id": 5,
"first_name": "Robert",
"last_name": "Miller",
"active": false,
"company": "Global Corp",
"sex": "M",
"contact": {
"id": 5,
"phone": "+8801923888906",
"address": "8407 Helen Lock Stephenberg, KY 77556",
"city": "Khulna",
"country": "Bangladesh"
},
"role": {
"id": 5,
"name": "Product Manager"
}
},
{
"id": 6,
"first_name": "Kristen",
"last_name": "Snyder",
"active": true,
"company": "Pathfinders",
"sex": "F",
"contact": {
"id": 6,
"phone": "+8801959952974",
"address": "45536 Shannon Street Apt. 028 New Johnland, CO 55240",
"city": "Chittagong",
"country": "Bangladesh"
},
"role": {
"id": 9,
"name": "Marketing Coordinator"
}
},
{
"id": 7,
"first_name": "Linda",
"last_name": "Mayer",
"active": false,
"company": "Data Analytics",
"sex": "F",
"contact": null,
"role": null
},
{
"id": 8,
"first_name": "Stephen",
"last_name": "Bush",
"active": true,
"company": "NextGen",
"sex": "M",
"contact": {
"id": 8,
"phone": "+8801701081440",
"address": "565 Castillo Isle West Scott, ND 54988",
"city": "Sylhet",
"country": "Bangladesh"
},
"role": {
"id": 7,
"name": "Human Resources Specialist"
}
},
{
"id": 9,
"first_name": "Kyle",
"last_name": "Salinas",
"active": true,
"company": "Kasablanca",
"sex": "M",
"contact": null,
"role": null
},
{
"id": 10,
"first_name": "Frances",
"last_name": "Aguilar",
"active": false,
"company": "NextGen",
"sex": "M",
"contact": {
"id": 10,
"phone": "+8801894665223",
"address": "023 Rita Spring Suite 950 Lake Kristina, MI 50539",
"city": "Rajshahi",
"country": "Bangladesh"
},
"role": {
"id": 3,
"name": "Software Engineer"
}
}
]