-
Notifications
You must be signed in to change notification settings - Fork 0
/
fake.json
93 lines (84 loc) · 2.4 KB
/
fake.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
{
"data": [
{
"completed": 2022,
"course": "Bachelor of Science in Computer Science",
"honor": "First Class Honors",
"activePhone": "123-456-7890",
"name": "John Smith",
"school": "University of California, Los Angeles"
},
{
"completed": 2023,
"course": "Master of Business Administration",
"honor": "Distinction",
"activePhone": "098-765-4321",
"name": "Jane Doe",
"school": "Harvard Business School"
},
{
"completed": 2021,
"course": "Bachelor of Arts in English Literature",
"honor": "Second Class Honors (Upper Division)",
"activePhone": "555-123-4567",
"name": "Emily Davis",
"school": "University of Oxford"
},
{
"completed": 2024,
"course": "Bachelor of Science in Mechanical Engineering",
"honor": "First Class Honors",
"activePhone": "111-222-3333",
"name": "David Lee",
"school": "Massachusetts Institute of Technology"
},
{
"completed": 2022,
"course": "Bachelor of Fine Arts in Graphic Design",
"honor": "Distinction",
"activePhone": "555-555-5555",
"name": "Amy Chen",
"school": "Rhode Island School of Design"
},
{
"completed": 2023,
"course": "Master of Education",
"honor": "High Pass",
"activePhone": "777-888-9999",
"name": "Michael Johnson",
"school": "Stanford Graduate School of Education"
},
{
"completed": 2022,
"course": "Bachelor of Science in Nursing",
"honor": "Cum Laude",
"activePhone": "444-444-4444",
"name": "Sarah Kim",
"school": "Johns Hopkins University School of Nursing"
},
{
"completed": 2024,
"course": "Bachelor of Science in Chemistry",
"honor": "First Class Honors",
"activePhone": "123-123-1234",
"name": "Kevin Patel",
"school": "University of California, Berkeley"
},
{
"completed": 2023,
"course": "Master of Public Health",
"honor": "Distinction",
"activePhone": "777-777-7777",
"name": "Michelle Rodriguez",
"school": "Yale School of Public Health"
},
{
"completed": 2022,
"course": "Bachelor of Science in Mathematics",
"honor": "Magna Cum Laude",
"activePhone": "999-999-9999",
"name": "Daniel Lee",
"school": "California Institute of Technology"
}
]
}