-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
110 lines (110 loc) · 2.6 KB
/
users.json
File metadata and controls
110 lines (110 loc) · 2.6 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
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
[
{
"name": "Gavin",
"email": "gavin@hotmail.com",
"password": "hengel",
"infix": "van",
"lastName": "zand",
"country": "Nederland",
"telephone": "061542489625",
"street": "zalm",
"streetNumber": "45",
"image": "https://i.imgur.com/hecOCAc.png"
},
{
"name": "Zahid",
"email": "zahid@hotmail.com",
"password": "hengel",
"infix": "de",
"lastName": "Meren",
"country": "Nederland",
"telephone": "061542489625",
"street": "langstraat",
"streetNumber": "6",
"image": "https://i.imgur.com/fz2JfEX.jpg"
},
{
"name": "Dennis",
"email": "dennis@hotmail.com",
"password": "hengel",
"infix": "de",
"lastName": "Tegel",
"country": "Nederland",
"telephone": "061542489625",
"street": "bergweg",
"streetNumber": "27",
"image": "https://i.imgur.com/2MPERYp.jpg"
},
{
"name": "joris",
"email": "jjori82@hotmail.com",
"password": "hengel",
"infix": "huizen",
"lastName": "Test",
"country": "Nederland",
"telephone": "061542489625",
"street": "uhjmm",
"streetNumber": "8",
"image": "https://i.imgur.com/jx8WBXz.jpg"
},
{
"name": "joostw2",
"email": "joost2.stam@gmail.com",
"password": "hengel",
"infix": "van der",
"lastName": "Test",
"country": "Congo",
"telephone": "061542489625",
"street": "uhjmm",
"streetNumber": "8",
"image": "https://i.imgur.com/9pnEneF.jpg"
},
{
"name": "Gerrit",
"email": "gerrit@gmail.com",
"password": "hengel",
"infix": "van der",
"lastName": "haag",
"country": "Belgie",
"telephone": "071542564625",
"street": "BeneluxStraat",
"streetNumber": "1",
"image": "https://i.imgur.com/fDcPpRL.jpg"
},
{
"name": "Michelle",
"email": "michelle@gmail.com",
"password": "hengel",
"infix": "",
"lastName": "mange",
"country": "Nederland",
"telephone": "068952564625",
"street": "AmsterStraat",
"streetNumber": "17",
"image": "https://i.imgur.com/Lxjr3e0.jpeg"
},
{
"name": "Bart",
"email": "bart@gmail.com",
"password": "hengel",
"infix": "",
"lastName": "dussel",
"country": "Nederland",
"telephone": "068952564625",
"street": "vrouwenweg",
"streetNumber": "45",
"image": "https://i.imgur.com/sNZ0V4q.jpg"
},
{
"name": "Martin",
"email": "martin@gmail.com",
"password": "hengel",
"infix": "de",
"lastName": "graaf",
"country": "Nederland",
"telephone": "068952564625",
"street": "jesselaan",
"streetNumber": "5",
"image": "https://i.imgur.com/Tvq42Bz.jpg"
}
]