Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

** with this behavior, users will be provided with a different NumberNode than previously (DecimalNode vs. DoubleNode). Since Jackson requires calling a strongly typed method (e.g. floatValue vs. decimalValue) to extract data from a NumberNodeNumericNode, applications relying on JsonDeserializer will not be affected by this change

...