mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
Fixed incorrect information about commas in JSON doc
This commit is contained in:
parent
96bb814889
commit
0e330607df
@ -58,7 +58,7 @@ Drawbacks of JSON include lack of type definition and some sort of DTD.
|
|||||||
|
|
||||||
"alternative style": {
|
"alternative style": {
|
||||||
"comment": "check this out!"
|
"comment": "check this out!"
|
||||||
, "comma position": "doesn't matter - as long as it's before the value, then it's valid"
|
, "comma position": "doesn't matter - as long as it's before the next key, then it's valid"
|
||||||
, "another comment": "how nice"
|
, "another comment": "how nice"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user