✏️ Fix a typo in README

pull/1625/head
Isaac Nickaein 2019-06-04 11:24:22 +04:30
parent 17c0849a63
commit 0d55ddc5bf
1 changed files with 1 additions and 1 deletions

View File

@ -1325,7 +1325,7 @@ This library does not support comments. It does so for three reasons:
> Suppose you are using JSON to keep configuration files, which you would like to annotate. Go ahead and insert all the comments you like. Then pipe it through JSMin before handing it to your JSON parser.
3. It dangerous for interoperability if some libraries would add comment support while others don't. Please check [The Harmful Consequences of the Robustness Principle](https://tools.ietf.org/html/draft-iab-protocol-maintenance-01) on this.
3. It is dangerous for interoperability if some libraries would add comment support while others don't. Please check [The Harmful Consequences of the Robustness Principle](https://tools.ietf.org/html/draft-iab-protocol-maintenance-01) on this.
This library will not support comments in the future. If you wish to use comments, I see three options: