Skip to content

JsonNodeFeatures

Tatu Saloranta edited this page Jan 25, 2023 · 1 revision

Jackson on/off features: JsonNodeFeature

Currently (as of Jackson 2.15) following configuration options have been added:

  • READ_NULL_PROPERTIES (default: true)
  • WRITE_NULL_PROPERTIES (default: true)
  • STRIP_TRAILING_BIGDECIMAL_ZEROES (default: true)