Function handle_nested_field_access

Source
pub fn handle_nested_field_access(
    json: &Value,
    fields: Vec<&str>,
) -> Result<Vec<Value>, Error>