-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
74 lines (74 loc) · 1.63 KB
/
Copy pathusers.json
File metadata and controls
74 lines (74 loc) · 1.63 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
[
{
"id": "123",
"lastName": "Snow",
"firstName": "Jon",
"email": "jon.snow@email.com",
"county": "",
"postcode": ""
},
{
"id": "324",
"lastName": "Lannister",
"firstName": "Cersei",
"email": "cersei@email.com",
"county": "",
"postcode": ""
},
{
"id": "54343",
"lastName": "Lannister",
"firstName": "Jaime",
"email": "lannister_j@email.com",
"county": "",
"postcode": ""
},
{
"id": "443",
"lastName": "Stark",
"firstName": "Arya",
"email": "aryastark@email.com",
"county": "",
"postcode": ""
},
{
"id": "425",
"lastName": "Targaryen",
"firstName": "Daenerys",
"email": "daenerys.t@email.com",
"county": "",
"postcode": ""
},
{
"id": "654",
"lastName": "Melisandre",
"firstName": null,
"email": "melisandre@email.com",
"county": "",
"postcode": ""
},
{
"id": "765",
"lastName": "Clifford",
"firstName": "Ferrara",
"email": "clifford_ferrara@email.com",
"county": "",
"postcode": ""
},
{
"id": "6458",
"lastName": "Frances",
"firstName": "Rossini",
"email": "rossini.frances@email.com",
"county": "",
"postcode": ""
},
{
"id": "943",
"lastName": "Roxie",
"firstName": "Harvey",
"email": "roxie.harvey@email.com",
"county": "Greater London",
"postcode": "NW2 4QJ"
}
]