Merge pull request #946 from Simulant87/928-javadoc-warning-JSONParserConfiguration

#928 add missing javaDoc for JSONParserConfiguration
This commit is contained in:
Sean Leary 2025-01-19 09:07:53 -06:00 committed by GitHub
commit 8b857da467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,6 +106,9 @@ 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. * @return the current strict mode setting.
*/ */
public boolean isStrictMode() { public boolean isStrictMode() {