-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUsers.json
More file actions
41 lines (39 loc) · 1.12 KB
/
Users.json
File metadata and controls
41 lines (39 loc) · 1.12 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
{
"users": [ {
"username": "paigemca",
"password": "password",
"name" : "Paige McAuliffe",
"bio": "just keep swimmning",
"college": "Georgia Tech",
"radius": 20,
"upcoming meetings": [],
"impact": [],
"expertise": ["java", "books", "dogs"],
"development" : ["public speaking", "hiking", "guitar"],
},
{
"username": "nishawty",
"password": "password",
"name" : "Nishat Firoj",
"bio": "let's learn!!",
"college": "Georgia Tech",
"radius": 10,
"upcoming meetings": [],
"impact": [],
"expertise": ["web development", "ukulele"],
"development" : ["public speaking", "hiking", "guitar"],
},
{
"username": "loho",
"password": "password",
"name" : "Lauren Wetherhead",
"bio": "coding is hard",
"college": "Georgia State",
"radius": 25,
"upcoming meetings": [],
"impact": [],
"expertise": ["rock climbing", "being the best", "shenanigans"],
"development" : ["web development"],
}
]
}