mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[json/en] JSON should not use single quote delimited strings
This commit is contained in:
parent
1eb78e0a72
commit
074d488aa2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user