fixed failing unit tests in strict mode, issue 940

This commit is contained in:
marilynel
2025-02-15 12:03:03 -08:00
parent 42afb34045
commit f112a091aa
2 changed files with 39 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
public JSONParserConfiguration() {
super();
this.overwriteDuplicateKey = false;
this.strictMode = true;
}
/**