Skip to content

Instantly share code, notes, and snippets.

@dreadjr
Created January 28, 2013 18:08
Show Gist options
  • Save dreadjr/4657714 to your computer and use it in GitHub Desktop.
Save dreadjr/4657714 to your computer and use it in GitHub Desktop.
var obj = {
levelOne: {
levelTwo: {
property: 'Got me!'
},
levelOneArray: [1,2,3]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment