Last active
August 27, 2016 04:22
-
-
Save karnie6/647348dc217bc1ae40fa9887ca13a09f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"users": [ | |
{ | |
"id": "1234", | |
"first_name": "Raffi", | |
"last_name": "Kayat", | |
"birthday": "08/10/1984", | |
"email_address": "[email protected]", | |
"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": "[email protected]", | |
"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": "[email protected]", | |
"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