Last active
August 27, 2016 03:43
-
-
Save karnie6/95a54e86ac3b2cf389b84d1f07ec2d2c 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
{ | |
"user": { | |
"id": "1234", | |
"first_name": "Raffi", | |
"last_name": "Kayat", | |
"birthday": "08/10/1984", | |
"email_address": "[email protected]", | |
"avatar": "http://s3.amazon.com/images/raffi.jpg" | |
}, | |
"card": { | |
"card_number": "1234 5678 8796 2392", | |
"expiration_date": "06/21", | |
"cvv": "8743" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment