Merge pull request #782 from m90/patch-1

[json/en] JSON should not use single quote delimited strings
This commit is contained in:
Levi Bostian 2014-09-21 11:47:17 -05:00
commit c9446d4512

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 (either double or single)", "keys": "must always be enclosed in double quotes",
"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,