JSON_PARSER_MAX_DEPTH

Maximum recursion depth for parsing JSON input. This limits the depth of e.g. array-within-array constructions.

enum JSON_PARSER_MAX_DEPTH = 2048;

Meta