-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-data.json
More file actions
100 lines (100 loc) · 2.83 KB
/
sample-data.json
File metadata and controls
100 lines (100 loc) · 2.83 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
{
"data": {
"-MObDsemf7Gpqon_Y0jW": {
"email": "hgeorg.fiedler@example.com\"",
"firstName": "Heinz-Georg",
"id": "0F8JIqi4zwvb77FGz6Wt",
"lastName": "Fiedler",
"picture": "https://randomuser.me/api/portraits/men/81.jpg",
"title": "mr"
},
"-MObDssy3LSisLK6-IDh": {
"email": "katie.hughes@example.com",
"firstName": "Katie",
"id": "0P6E1d4nr0L1ntW8cjGU",
"lastName": "Hughes",
"picture": "https://randomuser.me/api/portraits/women/74.jpg",
"title": "miss"
},
"-MOcMnx6T3_Zc91vtfch": {
"email": "vetle.aasland@example.com",
"firstName": "Vetle",
"id": "1Lkk06cOUCkiAsUXFLMN",
"lastName": "Aasland",
"picture": "https://randomuser.me/api/portraits/men/97.jpg",
"title": "mr"
},
"-MOcMp5tdbSnmeGqdFDI": {
"email": "dylan.vasquez@example.com",
"firstName": "Dylan",
"id": "1OuR3CWOEsfISTpFxsG7",
"lastName": "Vasquez",
"picture": "https://randomuser.me/api/portraits/men/66.jpg",
"title": "mr"
},
"-MOcMzLptG4j7myErWlj": {
"email": "margarita.vicente@example.com",
"firstName": "Margarita",
"id": "1pRsh5nXDIH3pjEOZ17A",
"lastName": "Vicente",
"picture": "https://randomuser.me/api/portraits/women/5.jpg",
"title": "miss"
},
"-MOcMzcjl1_YyHNid7-2": {
"email": "joey.oliver@example.com",
"firstName": "Joey",
"id": "3JAf8R85oIlxXd58Piqk",
"lastName": "Oliver",
"picture": "https://randomuser.me/api/portraits/men/61.jpg",
"title": "mr"
},
"-MOcMzr_UFlC5Un04zrs": {
"email": "lilja.lampinen@example.com",
"firstName": "Lilja",
"id": "5aZRSdkcBOM6j3lkWEoP",
"lastName": "Lampinen",
"picture": "https://randomuser.me/api/portraits/women/50.jpg",
"title": "ms"
},
"-MOcN-1XXXuTIlKzYt4K": {
"email": "abigail.liu@example.com",
"firstName": "Abigail",
"id": "5tVxgsqPCjv2Ul5Rc7gw",
"lastName": "Liu",
"picture": "https://randomuser.me/api/portraits/women/83.jpg",
"title": "miss"
},
"-MOcN-C5YUPuQyolzOGg": {
"email": "melanie.pilz@example.com",
"firstName": "Melanie",
"id": "6wy6UNkZueJfIUfq88d5",
"lastName": "Pilz",
"picture": "https://randomuser.me/api/portraits/women/32.jpg",
"title": "miss"
},
"-MOcN-LSqTkXMoNoRFPu": {
"email": "evan.carlson@example.com",
"firstName": "Evan",
"id": "7DbXNPWlNDR4QYVvFZjr",
"lastName": "Carlson",
"picture": "https://randomuser.me/api/portraits/men/80.jpg",
"title": "mr"
},
"-MOcRbY119f5GioTKGzz": {
"email": "borg@borg.borg",
"firstName": "Zaphod",
"id": "5aZRSdkcBOM6j3lkWEoP",
"lastName": "Skywalker",
"picture": "https://randomuser.me/api/portraits/women/51.jpg",
"title": "ms"
},
"-MOhfAccWQzTeHWWp10g": {
"email": "sentFrom@localhost.com",
"firstName": "Sample",
"id": "12345",
"lastName": "Form Submission",
"picture": "https://randomuser.me/api/portraits/women/21.jpg",
"title": "Captain"
}
}
}