JsonParsingLimits

JsonParsingLimits
JsonParsingLimits
JSON Example
{
    "max_nesting_level": 0,
    "max_subelements": 0,
    "max_total_elements": 0,
    "max_value_length": 0
}
integer As uint32 As uint32
max_nesting_level
Optional

Maximum nesting level of a json document. 0 means no restriction. Allowed values are 0-256. Special values are 0- Do not apply this restriction.. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
max_subelements
Optional

Maximum number of elements in an array or object. 0 means no restriction. Allowed values are 0-1048576. Special values are 0- Do not apply this restriction.. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
max_total_elements
Optional

Maximum number of all elements in the whole document. 0 means no restriction. Allowed values are 0-1048576. Special values are 0- Do not apply this restriction.. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
max_value_length
Optional

Maximum length of a single value (string). 0 means no restriction. Allowed values are 0-1048576. Special values are 0- Do not apply this restriction.. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of