Skip to content

Instantly share code, notes, and snippets.

@zackshapiro
Created May 7, 2019 14:34
Show Gist options
  • Save zackshapiro/0085a34e3791655d287e83223d1bf19f to your computer and use it in GitHub Desktop.
Save zackshapiro/0085a34e3791655d287e83223d1bf19f to your computer and use it in GitHub Desktop.
{
"id": 12345,
"firstName": "Bryan",
"lastName": "Irace",
"avatar": {
"thumbnail": "https://some/s3/url/a39d39fk",
"large": "https://some/s3/url/39fka39d"
},
"profession": "Software developer",
"location": {
"city": "Brooklyn",
"state": "NY"
},
"friendCount": 40
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment