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.
1 parent 54470e6 commit afd9a6fCopy full SHA for afd9a6f
src/main/java/org/json/JSONParserConfiguration.java
@@ -104,6 +104,9 @@ public boolean isOverwriteDuplicateKey() {
104
}
105
106
/**
107
+ * The parser throws an Exception when strict mode is true and tries to parse invalid JSON characters.
108
+ * Otherwise, the parser is more relaxed and might tolerate some invalid characters.
109
+ *
110
* @return the current strict mode setting.
111
*/
112
public boolean isStrictMode() {
0 commit comments