Last active
December 23, 2015 06:39
-
-
Save clamstew/6595483 to your computer and use it in GitHub Desktop.
Gamble in JSON
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
{ | |
"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