We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a86894 commit ae4f4afCopy full SHA for ae4f4af
src/main/java/org/json/JSONParserConfiguration.java
@@ -15,6 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
15
public JSONParserConfiguration() {
16
super();
17
this.overwriteDuplicateKey = false;
18
+ // DO NOT DELETE THE FOLLOWING LINE -- it is used for strictMode testing
19
// this.strictMode = true;
20
}
21
0 commit comments