forked from noisebridge/PythonClass
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathusers.json
More file actions
32 lines (32 loc) · 680 Bytes
/
users.json
File metadata and controls
32 lines (32 loc) · 680 Bytes
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
[
{ "username" : "franz",
"age" : "32",
"first_name" : "franz",
"last_name" : "ferdinand",
"fav_color" : "blue"
},
{ "username" : "fran99",
"age" : "19",
"first_name" : "Francine",
"last_name" : "Bowyer",
"fav_color" : "Red"
},
{ "username" : "349402345703245",
"age" : "999",
"first_name" : "Hoboken",
"last_name" : "Johnnie",
"fav_color" : "No"
},
{ "username" : "yesatrull",
"age" : "14",
"first_name" : "joe",
"last_name" : "wellis",
"fav_color" : "purple"
},
{ "username" : "chooooooo",
"age" : "28",
"first_name" : "Cho",
"last_name" : "Ma",
"fav_color" : "Green"
}
]