-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
user.json
144 lines (144 loc) · 4.06 KB
/
user.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
143
144
{
"users": [
{
"username": "greenfrog467",
"firstName": "Rafael",
"lastName": "Numan",
"profileImageUrl": "https://randomuser.me/api/portraits/men/20.jpg",
"isFavorite": false
},
{
"username": "organicpeacock788",
"firstName": "Johanna",
"lastName": "Noel",
"profileImageUrl": "https://randomuser.me/api/portraits/women/81.jpg",
"isFavorite": true
},
{
"username": "beautifulwolf487",
"firstName": "Lorenzo",
"lastName": "Adam",
"profileImageUrl": "https://randomuser.me/api/portraits/men/68.jpg",
"isFavorite": true
},
{
"username": "bluewolf576",
"firstName": "Özsu",
"lastName": "Limoncuoğlu",
"profileImageUrl": "https://randomuser.me/api/portraits/women/2.jpg",
"isFavorite": false
},
{
"username": "bluegoose574",
"firstName": "Dwayne",
"lastName": "Carlson",
"profileImageUrl": "https://randomuser.me/api/portraits/men/65.jpg",
"isFavorite": false
},
{
"username": "sadfrog767",
"firstName": "Larry",
"lastName": "Black",
"profileImageUrl": "https://randomuser.me/api/portraits/men/54.jpg",
"isFavorite": false
},
{
"username": "biggorilla646",
"firstName": "Mirko",
"lastName": "Gautier",
"profileImageUrl": "https://randomuser.me/api/portraits/men/8.jpg",
"isFavorite": false
},
{
"username": "bluezebra234",
"firstName": "Hortênsia",
"lastName": "Santos",
"profileImageUrl": "https://randomuser.me/api/portraits/women/81.jpg",
"isFavorite": true
},
{
"username": "tinylion649",
"firstName": "Miro",
"lastName": "Ahonen",
"profileImageUrl": "https://randomuser.me/api/portraits/men/86.jpg",
"isFavorite": false
},
{
"username": "angryladybug338",
"firstName": "Evelyn",
"lastName": "Lee",
"profileImageUrl": "https://randomuser.me/api/portraits/women/49.jpg",
"isFavorite": false
},
{
"username": "organicmouse915",
"firstName": "Brandie",
"lastName": "Carroll",
"profileImageUrl": "https://randomuser.me/api/portraits/women/54.jpg",
"isFavorite": true
},
{
"username": "brownswan156",
"firstName": "Vivienne",
"lastName": "Arnaud",
"profileImageUrl": "https://randomuser.me/api/portraits/women/64.jpg",
"isFavorite": true
},
{
"username": "whiteostrich326",
"firstName": "Friedhold",
"lastName": "Wollny",
"profileImageUrl": "https://randomuser.me/api/portraits/men/31.jpg",
"isFavorite": true
},
{
"username": "sadsnake269",
"firstName": "Lewis",
"lastName": "Newman",
"profileImageUrl": "https://randomuser.me/api/portraits/men/88.jpg",
"isFavorite": false
},
{
"username": "redgoose424",
"firstName": "Melinda",
"lastName": "Bergheim",
"profileImageUrl": "https://randomuser.me/api/portraits/women/83.jpg",
"isFavorite": true
},
{
"username": "goldenrabbit332",
"firstName": "Auguste",
"lastName": "Mathieu",
"profileImageUrl": "https://randomuser.me/api/portraits/men/45.jpg",
"isFavorite": true
},
{
"username": "blackmeercat777",
"firstName": "Aaliyah",
"lastName": "Chen",
"profileImageUrl": "https://randomuser.me/api/portraits/women/36.jpg",
"isFavorite": true
},
{
"username": "blackmouse690",
"firstName": "Jacob",
"lastName": "Lowe",
"profileImageUrl": "https://randomuser.me/api/portraits/men/29.jpg",
"isFavorite": false
},
{
"username": "happyfish819",
"firstName": "Nellie",
"lastName": "Meyer",
"profileImageUrl": "https://randomuser.me/api/portraits/women/38.jpg",
"isFavorite": false
},
{
"username": "goldenfrog992",
"firstName": "Rasmus",
"lastName": "Rajala",
"profileImageUrl": "https://randomuser.me/api/portraits/men/27.jpg",
"isFavorite": false
}
]
}