Skip to content

Instantly share code, notes, and snippets.

@stephenhandley
Created March 27, 2012 07:17
Show Gist options
  • Save stephenhandley/2213587 to your computer and use it in GitHub Desktop.
Save stephenhandley/2213587 to your computer and use it in GitHub Desktop.
this is a third way of indenting json
{
"this": {
"is": {
"another": "way",
"that": "json",
"could": "should",
"be": "indented"
},
"okay": "awesome"
},
"yeah": ["maybe", "okay", "barf"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment