diff options
Diffstat (limited to 'json.html.markdown')
| -rw-r--r-- | json.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/json.html.markdown b/json.html.markdown index 47a8cb21..6aff2ce2 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -16,7 +16,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.  ```json  {    "key": "value", -   +    "keys": "must always be enclosed in double quotes",    "numbers": 0,    "strings": "Hellø, wørld. All unicode is allowed, along with \"escaping\".", @@ -46,7 +46,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.        [0, 0, 0, 1]      ]    ], -   +    "alternative style": {      "comment": "check this out!"    , "comma position": "doesn't matter - as long as it's before the value, then it's valid" | 
