| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@sk02241994 Out of sync, please merge master to your branch. |
Sorry, something went wrong.
|
@stleary master is merged to my branch. |
Sorry, something went wrong.
- Recursive depth issue found in JSONObject - Recursive depth issue found in JSONArray
|
@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. |
Sorry, something went wrong.
| * @param value | ||
| * The Map value. | ||
| * @param jsonParserConfiguration | ||
| * Configuration for recursive depth |
There was a problem hiding this comment.
Please just call this a configuration object. The things that it can configure will change going forward
Sorry, something went wrong.
| * | ||
| * @param recursionDepth | ||
| * Variable to keep the count of how nested the object creation is happening. | ||
| * @param recursionDepth |
There was a problem hiding this comment.
Please change to jsonParserConfiguration
Sorry, something went wrong.
|
@sk02241994 Looks good, couple remaining items to clean up, nothing functional though. |
Sorry, something went wrong.
|
What problem does this code solve? Does the code still compile with Java6? Risks Changes to the API? Will this require a new release? Should the documentation be updated? Does it break the unit tests? Was any code refactored in this commit? Review status Starting 3-day comment window |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix for issue #743
Self reference issue found in JSONObject and JSONArray