Skip to content

Instantly share code, notes, and snippets.

@monokrome
Last active August 29, 2015 14:08
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 monokrome/cb064b0d84072a259f9b to your computer and use it in GitHub Desktop.
Save monokrome/cb064b0d84072a259f9b to your computer and use it in GitHub Desktop.
{
# WTF, it's a comment?!
"this": "is",
"json": [
"because",
"I",
"like",
"typing",
"extra",
"characters",
"and",
"wasting",
"bandwidth",
"without",
"good",
"reason",
],
"and": ["it", "even", "parses", "in", "YAML", "parsers"],
"because": {
"JSON": {
"is": "a",
"subset": ["of", "yaml"], # Extra comma here doesn't break a YAML parser?! MAGIC!
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment