-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsample.json
30 lines (29 loc) · 945 Bytes
/
sample.json
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
{
"name": "Maximilian Mustermann",
"address": "Wien, Austria",
"age": "44",
"phone": "(+43) 231 7484174 ",
"website": "https://maxmusterman.com",
"github": "https://github.com/maxmusterman",
"email": "[email protected]",
"education": [
{
"title":"Bachelor's Degree",
"field":"Engineering Science",
"school":"Untempered Schism"
},
{
"title":"Master of Science",
"field":"Computational Science and Engineering",
"school":"Time Lord Academy (Mount Cadon)"
}
],
"work": [
{
"position": "API Developer",
"place": "Arcadia City Administration",
"period": "453 -- Present",
"description": "Protecting the ancient Law of Gallifrey exposing \\textit{time-travel-as-a-service}. Implementing psychic paper proof authentication protocol."
}
]
}