Skip to main content

parse_json_with_max_depth

Function parse_json_with_max_depth 

Source
pub fn parse_json_with_max_depth(
    bytes: &[u8],
    max_depth: usize,
) -> Result<JsonValue<'_>, JsonError>