-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestfile.json
More file actions
37 lines (37 loc) · 870 Bytes
/
testfile.json
File metadata and controls
37 lines (37 loc) · 870 Bytes
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
{
"firstname": "Christoffer",
"middlenames": "Sebastian Alexander",
"lastname": "Holmberg",
"dob": "1983-01-24",
"dod": null,
"birthplace": "Espoo",
"email": "holmberg@arcada.fi",
"address": "Lähdepuistontie 18 B 52",
"city": "Vantaa",
"zip": "01230",
"country": "Finland",
"joined": "2004-09-01",
"graduated": null,
"company": "skug Inc.",
"company_email": "skug@skug.fi",
"company_phone": "+358415455224",
"notes": "Derp",
"members": [
{
"pk": 1,
"person": 1,
"year": 2004,
"type": "Medlem"
},
{
"pk": 2,
"person": 1,
"year": 2005,
"type": "Ständig"
}
],
"boards": [],
"officials": [],
"merits": [],
"committees": []
}