Skip to content

Instantly share code, notes, and snippets.

@toKrause
Created April 23, 2016 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toKrause/208992e7625f0b8a9d04e7283f09fc26 to your computer and use it in GitHub Desktop.
Save toKrause/208992e7625f0b8a9d04e7283f09fc26 to your computer and use it in GitHub Desktop.
Example JSON document
{
"null" : null,
"boolean" : true,
"long" : -42,
"double" : -23.42,
"array" : [
"foo",
"bar"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment