-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.example.json
More file actions
77 lines (77 loc) · 1.8 KB
/
Copy pathauthors.example.json
File metadata and controls
77 lines (77 loc) · 1.8 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
[
{
"name": "Joshua Lee",
"email": "kramirez@example.org",
"birthdate": "1959-12-17"
},
{
"name": "Melissa Johnson",
"email": "brenda42@example.com",
"birthdate": "1954-06-05"
},
{
"name": "Brittany Miller",
"email": "sgonzalez@example.com",
"birthdate": "1975-09-28"
},
{
"name": "Cheryl Smith",
"email": "gomeztony@example.net",
"birthdate": "1953-10-10"
},
{
"name": "Cynthia Moore",
"email": "kayla30@example.com",
"birthdate": "1985-12-20"
},
{
"name": "Danielle Williams",
"email": "rileybrian@example.org",
"birthdate": "1993-05-03"
},
{
"name": "David Gomez",
"email": "jhansen@example.net",
"birthdate": "1992-08-02"
},
{
"name": "Thomas Lynch",
"email": "harrisbobby@example.org",
"birthdate": "1986-01-29"
},
{
"name": "Tracy Rodriguez",
"email": "malikclark@example.net",
"birthdate": "1978-03-07"
},
{
"name": "Patricia Taylor",
"email": "michelle79@example.com",
"birthdate": "1968-07-27"
},
{
"name": "John Ortiz",
"email": "haroldsmith@example.net",
"birthdate": "1961-05-22"
},
{
"name": "Jennifer Jones",
"email": "gutierrezdebbie@example.net",
"birthdate": "1958-07-18"
},
{
"name": "Rebecca White",
"email": "lindahill@example.com",
"birthdate": "1957-01-19"
},
{
"name": "Anthony Stewart",
"email": "carol88@example.org",
"birthdate": "1965-04-10"
},
{
"name": "Kathleen Jenkins",
"email": "zmiller@example.org",
"birthdate": "1983-04-15"
}
]