stleary / JSON-java

A reference implementation of a JSON package in Java.
http://stleary.github.io/JSON-java/index.html
Other
4.54k stars 2.56k forks source link

add javadoc for strictmode #886

Closed Simulant87 closed 7 months ago

Simulant87 commented 7 months ago

providing missing JavaDoc for new parameter strictMode on JSONTokener#nextString Fixing https://github.com/stleary/JSON-java/issues/885

stleary commented 7 months ago

What problem does this code solve? Adds Javadoc text for JSONParserConfiguration strictMode.

Does the code still compile with Java6? Yes

Risks Low

Changes to the API? No

Will this require a new release? No

Should the documentation be updated? No

Does it break the unit tests? No code was changed

Was any code refactored in this commit? N/A

Review status APPROVED

Starting 3-day comment window