-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplex_data.json
More file actions
380 lines (380 loc) · 8.69 KB
/
complex_data.json
File metadata and controls
380 lines (380 loc) · 8.69 KB
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
[
{
"id": 1,
"name": "姓名1",
"age": 21,
"email": "name1@example.com",
"address": {
"street": "街道1号",
"city": "示例城市",
"postalCode": "100001"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司1",
"position": "职位1",
"yearsOfExperience": 1
}
},
{
"id": 2,
"name": "姓名2",
"age": 22,
"email": "name2@example.com",
"address": {
"street": "街道2号",
"city": "示例城市",
"postalCode": "100002"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司2",
"position": "职位2",
"yearsOfExperience": 2
}
},
{
"id": 3,
"name": "姓名3",
"age": 23,
"email": "name3@example.com",
"address": {
"street": "街道3号",
"city": "示例城市",
"postalCode": "100003"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司3",
"position": "职位3",
"yearsOfExperience": 3
}
},
{
"id": 4,
"name": "姓名4",
"age": 24,
"email": "name4@example.com",
"address": {
"street": "街道4号",
"city": "示例城市",
"postalCode": "100004"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司4",
"position": "职位4",
"yearsOfExperience": 4
}
},
{
"id": 5,
"name": "姓名5",
"age": 25,
"email": "name5@example.com",
"address": {
"street": "街道5号",
"city": "示例城市",
"postalCode": "100005"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司5",
"position": "职位5",
"yearsOfExperience": 5
}
},
{
"id": 6,
"name": "姓名6",
"age": 26,
"email": "name6@example.com",
"address": {
"street": "街道6号",
"city": "示例城市",
"postalCode": "100006"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司6",
"position": "职位6",
"yearsOfExperience": 6
}
},
{
"id": 7,
"name": "姓名7",
"age": 27,
"email": "name7@example.com",
"address": {
"street": "街道7号",
"city": "示例城市",
"postalCode": "100007"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司7",
"position": "职位7",
"yearsOfExperience": 7
}
},
{
"id": 8,
"name": "姓名8",
"age": 28,
"email": "name8@example.com",
"address": {
"street": "街道8号",
"city": "示例城市",
"postalCode": "100008"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司8",
"position": "职位8",
"yearsOfExperience": 8
}
},
{
"id": 9,
"name": "姓名9",
"age": 29,
"email": "name9@example.com",
"address": {
"street": "街道9号",
"city": "示例城市",
"postalCode": "100009"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司9",
"position": "职位9",
"yearsOfExperience": 9
}
},
{
"id": 10,
"name": "姓名10",
"age": 30,
"email": "name10@example.com",
"address": {
"street": "街道10号",
"city": "示例城市",
"postalCode": "100010"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司10",
"position": "职位10",
"yearsOfExperience": 10
}
},
{
"id": 11,
"name": "姓名11",
"age": 31,
"email": "name11@example.com",
"address": {
"street": "街道11号",
"city": "示例城市",
"postalCode": "100011"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司11",
"position": "职位11",
"yearsOfExperience": 11
}
},
{
"id": 12,
"name": "姓名12",
"age": 32,
"email": "name12@example.com",
"address": {
"street": "街道12号",
"city": "示例城市",
"postalCode": "100012"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司12",
"position": "职位12",
"yearsOfExperience": 12
}
},
{
"id": 13,
"name": "姓名13",
"age": 33,
"email": "name13@example.com",
"address": {
"street": "街道13号",
"city": "示例城市",
"postalCode": "100013"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司13",
"position": "职位13",
"yearsOfExperience": 13
}
},
{
"id": 14,
"name": "姓名14",
"age": 34,
"email": "name14@example.com",
"address": {
"street": "街道14号",
"city": "示例城市",
"postalCode": "100014"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司14",
"position": "职位14",
"yearsOfExperience": 14
}
},
{
"id": 15,
"name": "姓名15",
"age": 35,
"email": "name15@example.com",
"address": {
"street": "街道15号",
"city": "示例城市",
"postalCode": "100015"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司15",
"position": "职位15",
"yearsOfExperience": 15
}
},
{
"id": 16,
"name": "姓名16",
"age": 36,
"email": "name16@example.com",
"address": {
"street": "街道16号",
"city": "示例城市",
"postalCode": "100016"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司16",
"position": "职位16",
"yearsOfExperience": 16
}
},
{
"id": 17,
"name": "姓名17",
"age": 37,
"email": "name17@example.com",
"address": {
"street": "街道17号",
"city": "示例城市",
"postalCode": "100017"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司17",
"position": "职位17",
"yearsOfExperience": 17
}
},
{
"id": 18,
"name": "姓名18",
"age": 38,
"email": "name18@example.com",
"address": {
"street": "街道18号",
"city": "示例城市",
"postalCode": "100018"
},
"hobbies": [
"爱好1",
"爱好2",
"爱好3"
],
"employment": {
"company": "公司18",
"position": "职位18",
"yearsOfExperience": 18
}
}
]