Skip to content

Instantly share code, notes, and snippets.

@jed
Created August 5, 2011 04:04
Show Gist options
  • Save jed/1126903 to your computer and use it in GitHub Desktop.
Save jed/1126903 to your computer and use it in GitHub Desktop.
({
a: {
b: c
},
1: {
2: 3
}
});
({
a: {
b: c,
1: {
2: 3
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment