-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
128 lines (128 loc) · 4.17 KB
/
users.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
{
"Lebron123": {
"password": "qwertyuiop",
"full_name": "Lebron James",
"college": "uw",
"school_year": "Junior",
"major": "HCDE",
"apartment_option": "The M Seattle",
"age": 18,
"gender": "Male",
"smoking_habits": false,
"sleeping_habits": "Night owl",
"guest_preferences": "I occasionally host people",
"has_pet": true,
"bio": "I am a basketball player.",
"looking_for_roommate": "Yes",
"roommate_smoking": false,
"roommate_has_pets": false,
"roommate_year": "Any",
"night_person": "Night owl",
"gatherings": "I like having guests over frequently"
},
"CaitlinClark": {
"password": "qwertyuiop",
"full_name": "Caitlin Clark",
"college": "uw",
"school_year": "Senior",
"major": "CS",
"apartment_option": "Oliv",
"age": 18,
"gender": "Female",
"smoking_habits": false,
"sleeping_habits": "Night owl",
"guest_preferences": "I occasionally host people",
"has_pet": true,
"bio": "I am a WNBA rookie",
"looking_for_roommate": "Yes",
"roommate_smoking": false,
"roommate_has_pets": false,
"roommate_year": "Any",
"night_person": "Night owl",
"gatherings": "I like having guests over frequently"
},
"JohnDoe": {
"password": "1234567890",
"full_name": "John Doe",
"college": "uw",
"school_year": "Freshman",
"major": "Economics",
"apartment_option": "Still Looking",
"age": 18,
"gender": "Male",
"smoking_habits": false,
"sleeping_habits": "Early bird",
"guest_preferences": "I like having guests over frequently",
"has_pet": false,
"bio": "I am a very rare person",
"looking_for_roommate": "Yes",
"roommate_smoking": false,
"roommate_has_pets": false,
"roommate_year": "Any",
"night_person": "Night owl",
"gatherings": "I like having guests over frequently"
},
"Penix": {
"password": "qwertyuiop",
"full_name": "Michael Penix",
"college": "University of Washington",
"school_year": "Graduate",
"major": "Botany",
"apartment_option": "Maple",
"age": 27,
"gender": "Non-binary",
"smoking_habits": true,
"sleeping_habits": "Early bird",
"guest_preferences": "I like having guests over frequently",
"has_pet": true,
"bio": "nbhkbjjb",
"looking_for_roommate": "Yes",
"roommate_smoking": false,
"roommate_has_pets": false,
"roommate_year": "Any",
"night_person": "Night owl",
"gatherings": "I like having guests over frequently"
},
"Rome1": {
"password": "qwertyuiop",
"full_name": "Rome Odunze",
"college": "UW",
"school_year": "Senior",
"major": "Psychology",
"apartment_option": "Alder",
"age": 20,
"gender": "Male",
"smoking_habits": false,
"sleeping_habits": "Night owl",
"guest_preferences": "I like having guests over frequently",
"has_pet": true,
"bio": "I play football.",
"looking_for_roommate": "Yes",
"roommate_smoking": true,
"roommate_has_pets": true,
"roommate_year": "Any",
"night_person": "Night owl",
"gatherings": "I like having guests over frequently"
},
"PatMahomes": {
"password": "qwertyuiop",
"full_name": "Patrick Mahomes",
"college": "UW",
"school_year": "Senior",
"major": "Geography",
"apartment_option": "Willow",
"age": 24,
"gender": "Male",
"smoking_habits": false,
"sleeping_habits": "Night owl",
"guest_preferences": "I occasionally host people",
"has_pet": true,
"bio": "I am a super bowl champ.",
"looking_for_roommate": "Yes",
"roommate_smoking": false,
"roommate_has_pets": true,
"roommate_year": "Any",
"night_person": "Night owl",
"gatherings": "I like having guests over frequently"
}
}