Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Forked from susanatwork/JSON Example
Last active August 29, 2015 14:23
Show Gist options
  • Save dmcassel/ced934cf78bb3a973985 to your computer and use it in GitHub Desktop.
Save dmcassel/ced934cf78bb3a973985 to your computer and use it in GitHub Desktop.
{
"user": {
"personal": {
"name": "Susan Lee",
"title": "Tech Adventurer",
"userID": 38465
}
"experiences": [
{
"company": "MarkLogic",
"end": "present",
"logo": "./graphics/marklogic.jpg",
"start": "January 2015",
"text": "Dedicated to experimenting with as many technologies as I can, cause it's a lot of fun, even if it is called 'work'.",
"title": "Lead Adventurer"
"recommendations": [
{
"company": "Maxim",
"date": "February 10, 2015",
"name": "Ron Scott",
"relationship": "Ron was with another company when working with Susan at MarkLogic",
"text": "Susan makes learning technologies fun, and she loves to laugh. I would definitely work with her again.",
"title": "Hardware Designer",
"userID": 98652
}
],
}
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment