Skip to content

Commit 8b857da

Browse files
authored
Merge pull request #946 from Simulant87/928-javadoc-warning-JSONParserConfiguration
#928 add missing javaDoc for JSONParserConfiguration
2 parents 07b1291 + 9218f28 commit 8b857da

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
@@ -106,6 +106,9 @@ public boolean isOverwriteDuplicateKey() {
106106
}
107107

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

0 commit comments

Comments
 (0)