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 a5ff280 commit 8d6d34eCopy full SHA for 8d6d34e
web/jsonlint.html
@@ -120,11 +120,11 @@ <h1>JSON Lint</h1>
120
<label for="duplicate-object-keys">Allow duplicate object keys</label>
121
</div>
122
<div>
123
- <input type="checkbox" checked id="ignore-proto-key">
+ <input type="checkbox" id="ignore-proto-key">
124
<label for="ignore-proto-key">Ignore __proto__ key</label>
125
126
127
- <input type="checkbox" checked id="ignore-prototype-keys">
+ <input type="checkbox" id="ignore-prototype-keys">
128
<label for="ignore-prototype-keys">Ignore Object.prototype keys</label>
129
130
0 commit comments