Skip to content

Commit

Permalink
Revert "#928 add missing java dock for JSONParserConfiguration"
Browse files Browse the repository at this point in the history
This reverts commit afd9a6f.
  • Loading branch information
Simulant87 committed Jan 15, 2025
1 parent afd9a6f commit 94341cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/json/JSONParserConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ public boolean isOverwriteDuplicateKey() {
}

/**
* 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() {
Expand Down

0 comments on commit 94341cd

Please sign in to comment.