pub fn json_array_length( input: &str, path: Option<&str>, ) -> Result<Option<usize>>
Return the array length at root or path, or None when target is not an array.
None