Skip to content

Commit ae4f4af

Browse files
committed
dont mess with my line
1 parent 8a86894 commit ae4f4af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/json/JSONParserConfiguration.java

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
1515
public JSONParserConfiguration() {
1616
super();
1717
this.overwriteDuplicateKey = false;
18+
// DO NOT DELETE THE FOLLOWING LINE -- it is used for strictMode testing
1819
// this.strictMode = true;
1920
}
2021

0 commit comments

Comments
 (0)