Skip to content

Instantly share code, notes, and snippets.

@m-abs
Created March 12, 2012 15:21
Show Gist options
  • Save m-abs/2022601 to your computer and use it in GitHub Desktop.
Save m-abs/2022601 to your computer and use it in GitHub Desktop.
Example of the JSON object without quotation around object keys
{
key1 : {
subkey1 : 1,
subkey2 : 2
},
key2 : {
subkey1 : 1,
subkey2 : 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment