diff --git a/src/main/java/org/json/JSONParserConfiguration.java b/src/main/java/org/json/JSONParserConfiguration.java index 7fcf97e..f5d0660 100644 --- a/src/main/java/org/json/JSONParserConfiguration.java +++ b/src/main/java/org/json/JSONParserConfiguration.java @@ -104,9 +104,6 @@ public class JSONParserConfiguration extends ParserConfiguration { } /** - * The parser throws an Exception when strict mode is true and tries to parse invalid JSON characters. - * Otherwise, the parser is more relaxed and might tolerate some invalid characters. - * * @return the current strict mode setting. */ public boolean isStrictMode() {