| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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. @effad Thanks for the PR. If you get a chance to make the code updates, they will be included in this PR. |
Sorry, something went wrong.
On it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR provides a new JSONParserConfiguration option to allow a Java Map.of("foo", null) to be converted into {"foo": null} instead of {}.
See also Issue #296 and PR #338, which was rejected due to API concerns. Since now we have a proper configuration object these concerns are addressed.