tests seem to be working, run with strictMode = fale then true

This commit is contained in:
marilynel
2025-02-23 22:00:22 -08:00
parent 75e5a3d646
commit f30167e7c0
2 changed files with 44 additions and 1 deletions

View File

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