diff options
author | Frederik Ring <frederik.ring@gmail.com> | 2014-09-21 18:27:43 +0200 |
---|---|---|
committer | Frederik Ring <frederik.ring@gmail.com> | 2014-09-21 18:27:43 +0200 |
commit | 074d488aa2ce33683ee5066aeffa5b010ffe38a4 (patch) | |
tree | 345624b2e86a7c0146cde23dd0eda74127006f60 /json.html.markdown | |
parent | 1eb78e0a72355aceac312a337c1ce59bc3fb41f2 (diff) |
[json/en] JSON should not use single quote delimited strings
Diffstat (limited to 'json.html.markdown')
-rw-r--r-- | json.html.markdown | 2 |
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, |