v1.7.1 Float fixes. DoS resistance. JSON parser speedups.
Bugfixes:
- #102 Fixes JSON => BigDecimal precision loss. All JSON floats route through
visitFloat64StringParts
now.
Performance:
- #102 Switches
FromJson
to use the stack up to depth 64 for faster parsing. - #106 Fixes quadratic memory use when generating a
JsonPointer
onFromJson("[" * 100000)