Skip to content

Instantly share code, notes, and snippets.

@mikeolivieri
Created February 26, 2014 03:11
Show Gist options
  • Save mikeolivieri/9222832 to your computer and use it in GitHub Desktop.
Save mikeolivieri/9222832 to your computer and use it in GitHub Desktop.
[
{
"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