Skip to content

Commit afd9a6f

Browse files
committed
#928 add missing java dock for JSONParserConfiguration
1 parent 54470e6 commit afd9a6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/json/JSONParserConfiguration.java

+3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ public boolean isOverwriteDuplicateKey() {
104104
}
105105

106106
/**
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+
*
107110
* @return the current strict mode setting.
108111
*/
109112
public boolean isStrictMode() {

0 commit comments

Comments
 (0)