summaryrefslogtreecommitdiffhomepage
path: root/json.html.markdown
diff options
context:
space:
mode:
authorMarco Scannadinari <m@scannadinari.co.uk>2014-06-13 19:20:21 +0100
committerMarco Scannadinari <m@scannadinari.co.uk>2014-06-13 19:20:21 +0100
commitde369eaa29e6cd1b979014a2a23742297d8e9edf (patch)
treeed891faa560941180ef089ec933800776b2d3473 /json.html.markdown
parenta5f41dd164ec69da6a748a50fa6c9af1b0ba6db6 (diff)
Remove escaped quotes and external gist link
Diffstat (limited to 'json.html.markdown')
-rw-r--r--json.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/json.html.markdown b/json.html.markdown
index 6891e04e..6d06ffe4 100644
--- a/json.html.markdown
+++ b/json.html.markdown
@@ -17,7 +17,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.
{
"key": "value",
- "keys": "must always be enclosed in quotes (' or \")",
+ "keys": "must always be enclosed in quotes (either double or single)",
"numbers": 0,
"strings": "Hellø, wørld. All unicode is allowed, along with \"escaping\".",
"has bools?": true,
@@ -50,7 +50,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.
"alternative style": {
"comment": "check this out!"
, "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."