Created
November 26, 2014 11:55
-
-
Save codeliger/f1856c04be7a9271c35c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"key" : "pair", | |
"object" : {}, | |
"number" : 1, | |
"string" : "string", | |
"bool" : true, | |
"null" : null, | |
"array" : [true, false, null], | |
"array_of_objects" : [ | |
{ "object" : {}, "number" : 1, "string" : "string", "bool" : true, "null" : null, "array" : [true, false, null] }, | |
{ "object" : {}, "number" : 1, "string" : "string", "bool" : true, "null" : null, "array" : [true, false, null] }, | |
{ "object" : {}, "number" : 1, "string" : "string", "bool" : true, "null" : null, "array" : [true, false, null] } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment