FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
567 stars 221 forks source link

add tests for doubles/floats #534

Closed pjfanning closed 2 years ago

pjfanning commented 2 years ago

I was having a look to see if the code in this module needed to change to best support the fast double parser in jackson-core and saw that there weren't many tests for doubles/floats.

Java 17 CI build fails but that looks like a pre-existing issue.

cowtowncoder commented 2 years ago

Sounds good, thank you!