pub fn apply_result_path(
input: &Value,
result: &Value,
path: Option<&str>,
) -> ValueExpand description
Apply ResultPath to merge a state’s result into the input.
NoneorSome("$")→ result replaces input entirelySome("null")→ discard result, return original inputSome("$.foo")→ set result at that path within input