mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-08 19:44:29 +08:00
optimized unit tests to respond accurately to default strictMode
This commit is contained in:
@@ -15,7 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
|
||||
public JSONParserConfiguration() {
|
||||
super();
|
||||
this.overwriteDuplicateKey = false;
|
||||
this.strictMode = true;
|
||||
// this.strictMode = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user