mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
[json/en] Typo
This commit is contained in:
parent
893be42153
commit
4c27047a97
@ -14,7 +14,7 @@ C-style (`//`, `/* */`) comments. Some parsers also tolerate a trailing comma
|
|||||||
(i.e. a comma after the last element of an array or the after the last property of an object),
|
(i.e. a comma after the last element of an array or the after the last property of an object),
|
||||||
but they should be avoided for better compatibility.
|
but they should be avoided for better compatibility.
|
||||||
|
|
||||||
For the purposes of this, however, everything is going to be 100% valid JSON. Luckily, it kind of speaks for itself.
|
For the purposes of this, however, everything is going to be 100% valid JSON. Luckily, it kind of speaks for itself.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user