1{
2 "name": "Yuri Pratama",
3 "interests": [
4 "code",
5 "coffee",
6 "bike"
7 ],
8 "location": {
9 "latitude": 7.9666,
10 "longitude": 112.6326,
11 "city": "Malang",
12 "country": "Indonesia"
13 },
14 "socials": [
15 {
16 "name": "Twitter",
17 "profileUrl": "https://twitter.com/ypxio"
18 },
19 {
20 "name": "GitHub",
21 "profileUrl": "https://github.com/ypxio"
22 },
23 {
24 "name": "Strava",
25 "profileUrl": "https://www.strava.com/athletes/52346052"
26 }
27 ],
28 "contacts": [
29 {
30 "type": "Phone Number",
31 "value": "+62-812-3154-9154"
32 },
33 {
34 "type": "E-mail",
35 "value": "[email protected]"
36 }
37 ]
38}