Fix regression XML parsing null with keepStrings by marilynel · Pull Request #995 · stleary/JSON-java · GitHub
Skip to content

Fix regression XML parsing null with keepStrings#995

Merged
stleary merged 2 commits intostleary:masterfrom
marilynel:master
Jul 10, 2025
Merged

Fix regression XML parsing null with keepStrings#995
stleary merged 2 commits intostleary:masterfrom
marilynel:master

Conversation

@marilynel
Copy link
Copy Markdown
Contributor

Fixes #986

Made keepStrings account for null in XML; fixing regression from previous commit.
Refactored two XML tests to include null.
Unit tests ran with gradlew.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 6, 2025

@stleary stleary changed the title Fixed: <t>null</t> used to be {"t":"null"} but now its {"t":null} with useStrings Fix regression XML parsing null with keepStrings Jul 7, 2025
@stleary
Copy link
Copy Markdown
Owner

stleary commented Jul 7, 2025

@stleary stleary merged commit f0a78af into stleary:master Jul 10, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression XML parsing null with keepStrings

2 participants