dont mess with my line

This commit is contained in:
marilynel 2025-03-02 11:08:00 -08:00
parent 8a86894c63
commit ae4f4afcc7

View File

@ -15,6 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
public JSONParserConfiguration() {
super();
this.overwriteDuplicateKey = false;
// DO NOT DELETE THE FOLLOWING LINE -- it is used for strictMode testing
// this.strictMode = true;
}