Skip to main content

json_array_length

Function json_array_length 

Source
pub fn json_array_length(
    input: &str,
    path: Option<&str>,
) -> Result<Option<usize>>
Expand description

Return the array length at root or path, or None when target is not an array.