Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Forked from susanatwork/JSON Outline
Last active August 29, 2015 14:24
Show Gist options
  • Save dmcassel/7a4a395019d4999649c6 to your computer and use it in GitHub Desktop.
Save dmcassel/7a4a395019d4999649c6 to your computer and use it in GitHub Desktop.
{
"user": {
"personal": {
"userID": 38465,
"title": "Tech Adventurer"
},
"experiences": [
{
"title": "Lead Adventurer",
"text": "experience description",
"recommendations": [
{
"userID": 98652,
"relationship": "work relationship"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment