Skip to content

Instantly share code, notes, and snippets.

@karnie6
Last active August 27, 2016 04:22
Show Gist options
  • Save karnie6/647348dc217bc1ae40fa9887ca13a09f to your computer and use it in GitHub Desktop.
Save karnie6/647348dc217bc1ae40fa9887ca13a09f to your computer and use it in GitHub Desktop.
{
"users": [
{
"id": "1234",
"first_name": "Raffi",
"last_name": "Kayat",
"birthday": "08/10/1984",
"email_address": "raffi.kayat@gmail.com",
"avatar": "http://s3.amazon.com/images/raffi.jpg",
"is_borderless": true
},
{
"id": "1235",
"first_name": "Test",
"last_name": "User",
"birthday": "01/01/1980",
"email_address": "test.user@gmail.com",
"avatar": "http://s3.amazon.com/images/test.jpg",
"is_borderless": true
},
{
"id": "1236",
"first_name": "Karthik",
"last_name": "Senthil",
"birthday": "03/10/1982",
"email_address": "karthik.senthil@gmail.com",
"avatar": "http://s3.amazon.com/images/karthik.jpg",
"is_borderless": false
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment