Skip to content

Instantly share code, notes, and snippets.

@clamstew
Last active December 23, 2015 06:39
Show Gist options
  • Save clamstew/6595483 to your computer and use it in GitHub Desktop.
Save clamstew/6595483 to your computer and use it in GitHub Desktop.
Gamble in JSON
{
"firstName": "Daniel",
"lastName": "McAdams",
"age": 307.69448,
"address": [{
"streetAddress": "2101 E 20th Street",
"city": "Austin",
"state": "TX",
"postalCode": 78722
}, {
"streetAddress": "321 Somewhere Blvd",
"city": "Austin",
"state": "TX",
"postalCode": 78762
}],
"beardAtrributes": {
"color": "#5A3215",
"length": "6.23 inches",
"age": "2 months"
},
"phoneNumbers": [
{
"type": "cell",
"number": "555-878-9999"
},
{
"type": "carrier pigeon",
"number": "Mrs. Featherbottom, Come Here"
},
{
"type": "Emergency Contact",
"number": "1800-Call-Gilbert"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment