Currently thinking about what it might look like to expose myself as JSON object using an API...
{
"name": "H. Julian Sloman",
"passions": [
{
"name": "psychology",
"areas": ["positive", "cognitive", "developmental"]
},
{
"name": "web development",
"areas": ["front-end", "wordpress"]
},
{
"name": "philosophy",
"areas": ["ethics"],
"questions": ["existence of free will"]
},
{
"name": "politics",
"areas": ["US", "DE", "CA", "PS"]
}
],
"qualifications": [
{
"name": "Bachelor of Arts in Psychology",
"source": "Simon Fraser University"
},
{
"name": "Applied Web Development Certificate",
"source": "British Columbia Institute of Technology"
}
]
}