Zulu-Inuoe / jzon

A correct and safe(er) JSON RFC 8259 reader/writer with sane defaults.
MIT License
151 stars 14 forks source link

Fix typo resulting in bogus float stringification #61

Closed atgreen closed 8 months ago

Zulu-Inuoe commented 8 months ago

Could you provide an example case we could add to the unit tests? I'd like to capture this failure.

Zulu-Inuoe commented 8 months ago

Ah okay. I found a few test cases. I'll merge and add the tests. Thanks so much for finding this.