Created
February 26, 2014 03:11
-
-
Save mikeolivieri/9222832 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"name": "Doug Stamper", | |
"sex": "male", | |
"age": 50, | |
"birthday": "4/1/1964", | |
"address": { | |
"street": "77 Main St", | |
"city": "Washington", | |
"state": "DC", | |
"postcode": "20004" | |
}, | |
"phone": "555-555-5555", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Francis Underwood", | |
"sex": "male", | |
"age": 54, | |
"birthday": "11/5/1959", | |
"address": { | |
"street": "123 Anywhere", | |
"city": "Washington", | |
"state": "DC", | |
"postcode": "20004" | |
}, | |
"phone": "555-555-5555", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Zoey Barnes", | |
"sex": "female", | |
"age": 27, | |
"birthday": "3/25/1987", | |
"address": { | |
"street": "456 Somewhere Else", | |
"city": "Annapolis", | |
"state": "MD", | |
"postcode": "21401" | |
}, | |
"phone": "555-555-5555", | |
"email": "[email protected]" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment