Skip to content

Instantly share code, notes, and snippets.

@nichotined
Created August 8, 2019 14:48
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 nichotined/d953ca593f5338e20a17de20c9217e83 to your computer and use it in GitHub Desktop.
Save nichotined/d953ca593f5338e20a17de20c9217e83 to your computer and use it in GitHub Desktop.
{
"age": 27,
"eyeColor": "green",
"name": "Burks Santos",
"gender": "male",
"company": "COMBOGENE",
"email": "burkssantos@combogene.com",
"address": "159 Linden Street, Detroit, Georgia, 8388",
"latitude": "-68.759098",
"longitude": "-142.239765",
"friends": [
{
"id": 0,
"name": "Kelly Dejesus",
"gender": "male"
},
{
"id": 1,
"name": "Le Holden",
"gender": "male"
},
{
"id": 2,
"name": "Kline Ray",
"gender": "male"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment