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:
rikkarth
2024-04-07 10:26:28 +01:00
parent d92d62afc2
commit 3200275881
3 changed files with 79 additions and 76 deletions

View File

@@ -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.
*/