-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudents.json
142 lines (142 loc) · 2.57 KB
/
students.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
[
{
"id": 27,
"name": "John Doe",
"email": "john.doe@example.com",
"deptid": 1,
"counter": null
},
{
"id": 28,
"name": "James Gonzalez",
"email": "james.gonzalez@example.com",
"deptid": 2,
"counter": null
},
{
"id": 29,
"name": "Lauren King",
"email": "lauren.king@example.com",
"deptid": 1,
"counter": null
},
{
"id": 30,
"name": "Andrew Perez",
"email": "andrew.perez@example.com",
"deptid": 3,
"counter": null
},
{
"id": 31,
"name": "Alice Smith",
"email": "alice.smith@example.com",
"deptid": 2,
"counter": null
},
{
"id": 32,
"name": "David Johnson",
"email": "david.johnson@example.com",
"deptid": 1,
"counter": null
},
{
"id": 33,
"name": "Emily Brown",
"email": "emily.brown@example.com",
"deptid": 3,
"counter": null
},
{
"id": 34,
"name": "Michael Wilson",
"email": "michael.wilson@example.com",
"deptid": 2,
"counter": null
},
{
"id": 35,
"name": "Jessica Martinez",
"email": "jessica.martinez@example.com",
"deptid": 1,
"counter": null
},
{
"id": 36,
"name": "Robert Taylor",
"email": "robert.taylor@example.com",
"deptid": 3,
"counter": null
},
{
"id": 37,
"name": "Christopher Thomas",
"email": "christopher.thomas@example.com",
"deptid": 1,
"counter": null
},
{
"id": 38,
"name": "Jennifer Anderson",
"email": "jennifer.anderson@example.com",
"deptid": 2,
"counter": null
},
{
"id": 39,
"name": "Sarah Garcia",
"email": "sarah.garcia@example.com",
"deptid": 3,
"counter": null
},
{
"id": 40,
"name": "Matthew Lee",
"email": "matthew.lee@example.com",
"deptid": 2,
"counter": null
},
{
"id": 41,
"name": "Amanda Rodriguez",
"email": "amanda.rodriguez@example.com",
"deptid": 1,
"counter": null
},
{
"id": 42,
"name": "Daniel Hernandez",
"email": "daniel.hernandez@example.com",
"deptid": 3,
"counter": null
},
{
"id": 43,
"name": "Elizabeth Lopez",
"email": "elizabeth.lopez@example.com",
"deptid": 2,
"counter": null
},
{
"id": 44,
"name": "Justin Martinez",
"email": "justin.martinez@example.com",
"deptid": 1,
"counter": null
},
{
"id": 45,
"name": "Hannah Young",
"email": "hannah.young@example.com",
"deptid": 3,
"counter": null
},
{
"id": 46,
"name": "Megan Scott",
"email": "megan.scott@example.com",
"deptid": 2,
"counter": null
}
]