fanning.play-json_3.3.2.0-RC1.source-code.reference.conf Maven / Gradle / Ivy
The newest version!
play.json {
jackson {
read {
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.3/com/fasterxml/jackson/core/StreamReadConstraints.html
# these defaults are the same as the defaults in `StreamReadConstraints`
max-nesting-depth = 1000
max-string-length = 20000000
# Jackson has its own parser for `BigDecimal` and this can be further configured to use a fast parser
use-jackson-big-decimal-parser = false
# only used when `use-jackson-big-decimal-parser` is true
use-jackson-fast-decimal-parser = false
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy