What's Changed
- More efficient decoding of floating point numbers (#1305) @plokhotnyuk
- Fix decoding invalid JSON values as
NaN
andInfinity
values of doubles and floats (#1304) @plokhotnyuk - Fix returning of wrong value or throwing of exceptions during decoding of floating point numbers with extreme exponents (#1303) @plokhotnyuk
- Use 256-bit limitation for mantissa length when parsing floating point numbers (#1302) @plokhotnyuk