Skip to content

Instantly share code, notes, and snippets.

@bitmvr
Last active February 5, 2018 17:46
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 bitmvr/949cbfe2f3e9e424cda7676486fc8221 to your computer and use it in GitHub Desktop.
Save bitmvr/949cbfe2f3e9e424cda7676486fc8221 to your computer and use it in GitHub Desktop.
{
"firstName": "Donald",
"lastName": "Trump",
"Age": "71",
"Sex": "Male",
"Employment": {
"Current": "President of the United States of America",
"Previous": "Owner of The Trump Organization"
},
"Children": [
{
"name":"Donald Jr.",
"age":"40"
},
{
"name":"Ivanka",
"age":"36"
},
{
"name":"Eric",
"age":"34"
},
{
"name":"Tiffany",
"age":"24"
},
{
"name":"Barron",
"age":"11"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment