Function request_json

Source
pub fn request_json(
    root: &Value,
    json: &Value,
    operation: &ParsedJsonPath,
) -> Result<Value, String>