JsonParsingLimits
{
"max_nesting_level": 0,
"max_subelements": 0,
"max_total_elements": 0,
"max_value_length": 0
}
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.
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.
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.
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.