[json/en] JSON should not use single quote delimited strings

This commit is contained in:
Frederik Ring 2014-09-21 18:27:43 +02:00
parent 1eb78e0a72
commit 074d488aa2

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,