summaryrefslogtreecommitdiffhomepage
path: root/json.html.markdown
diff options
context:
space:
mode:
authorFrederik Ring <frederik.ring@gmail.com>2014-09-21 18:27:43 +0200
committerFrederik Ring <frederik.ring@gmail.com>2014-09-21 18:27:43 +0200
commit074d488aa2ce33683ee5066aeffa5b010ffe38a4 (patch)
tree345624b2e86a7c0146cde23dd0eda74127006f60 /json.html.markdown
parent1eb78e0a72355aceac312a337c1ce59bc3fb41f2 (diff)
[json/en] JSON should not use single quote delimited strings
Diffstat (limited to 'json.html.markdown')
-rw-r--r--json.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.html.markdown b/json.html.markdown
index 9041eaa2..f5287138 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 (either double or single)",
+ "keys": "must always be enclosed in double quotes",
"numbers": 0,
"strings": "Hellø, wørld. All unicode is allowed, along with \"escaping\".",
"has bools?": true,