mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-09 03:54:36 +08:00
fixed failing unit tests in strict mode, issue 940
This commit is contained in:
@@ -15,6 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
|
||||
public JSONParserConfiguration() {
|
||||
super();
|
||||
this.overwriteDuplicateKey = false;
|
||||
this.strictMode = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user