mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
change(stleary#871-strictMode): cleanup
chore: removed PII from json sample chore: JSONParserConfiguration.java cleanup chore: JSONTokener.java nextValue partial rollback
This commit is contained in:
@@ -23,11 +23,6 @@ public class JSONParserConfiguration extends ParserConfiguration {
|
||||
*/
|
||||
private boolean strictMode;
|
||||
|
||||
/**
|
||||
* Allows Single Quotes when strictMode is true. Has no effect if strictMode is false.
|
||||
*/
|
||||
private boolean allowSingleQuotes;
|
||||
|
||||
/**
|
||||
* Configuration with the default values.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user