forked from lilysellers/git_exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
members.json
58 lines (58 loc) · 1.08 KB
/
members.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
[
{
"name": "Milan Dasgupta",
"netid": "mdasgup2",
"grade": "Senior",
"major": "Computer Engineering",
"age": "21",
"github_handle": "milanocookies93"
},
{
"name": "Calvin Shirley",
"netid": "cjshirl2",
"grade": "Senior",
"major": "Who knows",
"age": "21",
"github_handle": "CJS7070"
},
{
"name": "Eric Ahn",
"netid": "ericahn3",
"grade": "Sophomore",
"major": "Computer Science",
"age": "19",
"github_handle": "wchill"
},
{
"name": "Lily Sellers",
"netid": "lseller2",
"grade": "Junior",
"major": "Computer Science/Statistics and Psychology",
"age": "20",
"github_handle": "lilysellers"
},
{
"name": "Ace Nassri",
"netid": "nassri2",
"grade": "Junior",
"major": "Computer Science",
"age": "19",
"github_handle": "ace-n"
},
{
"name": "David Zmick",
"netid": "zmick2",
"grade": "Junior",
"major": "Computer Science",
"age": "20",
"github_handle": "dpzmick"
},
{
"name": "Michael Meyer",
"netid": "mnmeyer2",
"grade": "Freshman",
"major": "Computer Science",
"age": "18",
"github_handle": "voltomeyer"
},
]