pub fn apply_input_path(input: &Value, path: Option<&str>) -> ValueExpand description
Apply InputPath to extract a subset of the raw input.
NoneorSome("$")→ return input unchangedSome("null")handled at call site (pass{})Some("$.foo.bar")→ extract nested field