Module jakarta.json

Interface JsonConfig


  • public interface JsonConfig
    • Field Detail

      • MAX_BIGDECIMAL_LEN

        static final String MAX_BIGDECIMAL_LEN
        Configuration property to limit maximum value of BigDecimal length when being parsed. This property limits maximum number of characters of BigDecimal source being parsed. Default value is set to 1100.
        See Also:
        Constant Field Values
      • MAX_DEPTH

        static final String MAX_DEPTH
        Configuration property to limit maximum level of nesting when being parsing JSON string. Default value is set to 1000.
        See Also:
        Constant Field Values