Skip to content

Instantly share code, notes, and snippets.

@eric1234
Created August 15, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric1234/71b7051744f7332dfdf47ced325cad21 to your computer and use it in GitHub Desktop.
Save eric1234/71b7051744f7332dfdf47ced325cad21 to your computer and use it in GitHub Desktop.
Me in JSON format
{
"name": {
"first": "Eric",
"last": "Anderson"
},
"title": ["Owner", "Programmer"],
"email": "eric@pixelwareinc.com",
"phone": "404-290-8411",
"company": {
"name": "Pixelware, LLC",
"website": "http://pixelwareinc.com"
},
"social": [
"https://www.github.com/eric1234",
"https://www.linkedin.com/in/pixelware"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment