Closed sk02241994 closed 11 months ago
@sk02241994 Out of sync, please merge master to your branch.
@stleary master is merged to my branch.
@sk02241994 For now, we just want JSONParserConfiguration
to act as a marker class. All of the required functionality is already in the base class ParserConfiguration
, so you can leverage that. Future commits will add more config properties.
Will go through the changes to JSONObject
and JSONArray
later.
@sk02241994 Looks good, couple remaining items to clean up, nothing functional though.
What problem does this code solve? Fixes potential stackoverflow errors due to exceeding maximum nesting depth
Does the code still compile with Java6? Yes
Risks Low
Changes to the API? No, some new API methods were added
Will this require a new release? No
Should the documentation be updated? No
Does it break the unit tests? No. Also, new unit tests were added.
Was any code refactored in this commit? No
Review status APPROVED
Starting 3-day comment window
Fix for issue #743 Self reference issue found in JSONObject and JSONArray