We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b1291 + 9218f28 commit 8b857daCopy full SHA for 8b857da
src/main/java/org/json/JSONParserConfiguration.java
@@ -106,6 +106,9 @@ public boolean isOverwriteDuplicateKey() {
106
}
107
108
/**
109
+ * The parser throws an Exception when strict mode is true and tries to parse invalid JSON characters.
110
+ * Otherwise, the parser is more relaxed and might tolerate some invalid characters.
111
+ *
112
* @return the current strict mode setting.
113
*/
114
public boolean isStrictMode() {
0 commit comments