Skip to content

Instantly share code, notes, and snippets.

@codeliger
Created November 26, 2014 11:55
Show Gist options
  • Save codeliger/f1856c04be7a9271c35c to your computer and use it in GitHub Desktop.
Save codeliger/f1856c04be7a9271c35c to your computer and use it in GitHub Desktop.
{
"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