Skip to content

v1.7.1 Float fixes. DoS resistance. JSON parser speedups.

Compare
Choose a tag to compare
@htmldoug htmldoug released this 21 Dec 22:13
· 16 commits to v1 since this release
bf335cd

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 on FromJson("[" * 100000)

v1.7.0...v1.7.1