We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0dfdd commit 102881aCopy full SHA for 102881a
README.md
@@ -8,6 +8,15 @@ Allow comments in JSON data passed to `JSON.parse(…)`.
8
Comments help annotate configuration or localisation files,
9
which are stored in the JSON file format.
10
11
+The fact that they were removed from the JSON specification
12
+simply because Douglas Crockford didn't like them is a terrible
13
+reason, and an [overwhelming majority of web developers agree
14
+that removing them was dumb](https://redd.it/4v6chu).
15
+
16
+Many JSON parsers already support comments, with the JSON parser
17
+built into ECMAScript being part of a minority of JSON parsers
18
+that don't support comments.
19
20
## Example
21
22
```json
0 commit comments