Remove escaped quotes and external gist link

This commit is contained in:
Marco Scannadinari 2014-06-13 19:20:21 +01:00
parent a5f41dd164
commit de369eaa29

View File

@ -17,7 +17,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.
{ {
"key": "value", "key": "value",
"keys": "must always be enclosed in quotes (' or \")", "keys": "must always be enclosed in quotes (either double or single)",
"numbers": 0, "numbers": 0,
"strings": "Hellø, wørld. All unicode is allowed, along with \"escaping\".", "strings": "Hellø, wørld. All unicode is allowed, along with \"escaping\".",
"has bools?": true, "has bools?": true,
@ -50,7 +50,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.
"alternative style": { "alternative style": {
"comment": "check this out!" "comment": "check this out!"
, "comma position": "doesn't matter - as long as its before the value, then its valid" , "comma position": "doesn't matter - as long as its before the value, then its valid"
, "see for rationale": "https://gist.github.com/isaacs/357981" , "another comment": "how nice"
}, },
"that was short": "And, you're done. You know know everything JSON has to offer." "that was short": "And, you're done. You know know everything JSON has to offer."