optimized unit tests to respond accurately to default strictMode

This commit is contained in:
marilynel
2025-02-15 12:30:12 -08:00
parent f112a091aa
commit 3919abd69a
3 changed files with 38 additions and 23 deletions

View File

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