Searched refs:decode_max_depth (Results 1 – 1 of 1) sorted by relevance
131 int decode_max_depth; member294 return json_integer_option(l, 1, &cfg->decode_max_depth, 1, INT_MAX); in json_cfg_decode_max_depth()390 cfg->decode_max_depth = DEFAULT_DECODE_MAX_DEPTH; in json_create_config()1125 if (json->current_depth <= json->cfg->decode_max_depth && in json_decode_descend()