Skip to content

Instantly share code, notes, and snippets.

@taterbase
Created August 9, 2012 12:24
Show Gist options
  • Save taterbase/3303792 to your computer and use it in GitHub Desktop.
Save taterbase/3303792 to your computer and use it in GitHub Desktop.
{
"owner":{
"name": "George",
"job": "Developer",
"favoriteBurrito": "breakfast"
},
"children": [
{
"name": "Sara",
"age" : 5,
},
{
"name": "Timmy",
"age" : 12
}
],
"street": "123 Fake st.",
"city": "American Fork",
"state": "UT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment