-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy pathusers.json
42 lines (42 loc) · 800 Bytes
/
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
{
"bob": {
"date_created": "09/01",
"email": "[email protected]",
"news_mail": true
},
"dave": {
"date_created": "01/01",
"email": "[email protected]",
"news_mail": false
},
"sarah": {
"date_created": "08/08",
"email": "[email protected]",
"news_email": true
},
"tim": {
"date_created": "10/09",
"email": "[email protected]",
"news_email": false
},
"tom": {
"date_created": "10/05",
"email": "[email protected]",
"news_email": true
},
"emma": {
"date_created": "02/04",
"email": "[email protected]",
"news_email": false
},
"adam": {
"date_created": "05/03",
"email": "[email protected]",
"news_email": true
},
"fred": {
"date_created": "06/03",
"email": "[email protected]",
"news_email": true
}
}