Skip to content

Instantly share code, notes, and snippets.

@elenipapanik
Last active May 4, 2019 12:24
Show Gist options
  • Save elenipapanik/8fff798b4cfe0de5443d82c90db51bff to your computer and use it in GitHub Desktop.
Save elenipapanik/8fff798b4cfe0de5443d82c90db51bff to your computer and use it in GitHub Desktop.
{
"firstname": "Wayne",
"lastname": "Walsh",
"headline": null,
"isEmployee": true,
"employee_level": "junior",
"resume_url": "https://workable.com",
"friends": {
"id": 10
},
"social_profiles": [
{
"type": "twitter",
"name": "Twitter",
"username": "wayne_walsh",
"url": "http://www.twitter.com/wayne_walsh"
},
{
"type": "linkedin",
"name": "LinkedIn",
"username": "Wayne_Walsh",
"url": "http://www.linkedin.com/in/Wayne_Walsh"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment