mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
dont mess with my line
This commit is contained in:
parent
8a86894c63
commit
ae4f4afcc7
@ -15,6 +15,7 @@ public class JSONParserConfiguration extends ParserConfiguration {
|
|||||||
public JSONParserConfiguration() {
|
public JSONParserConfiguration() {
|
||||||
super();
|
super();
|
||||||
this.overwriteDuplicateKey = false;
|
this.overwriteDuplicateKey = false;
|
||||||
|
// DO NOT DELETE THE FOLLOWING LINE -- it is used for strictMode testing
|
||||||
// this.strictMode = true;
|
// this.strictMode = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user