Created
March 12, 2012 15:20
-
-
Save m-abs/2022585 to your computer and use it in GitHub Desktop.
Example of the JSON object with quotation around object keys
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
{ | |
"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