prataprc / jsondata

JSON processor
https://docs.rs/jsondata
MIT License
9 stars 3 forks source link

Serialize Infinity and -Infinity correctly #20

Closed Freaky closed 1 year ago

Freaky commented 1 year ago

Letting Rust format them results in the invalid 'inf' and '-inf', so they require special handling.

Fixes #19