Functions§
- apply_
input_ path - Apply InputPath to extract a subset of the raw input.
- apply_
output_ path - Apply OutputPath to extract a subset of the effective output. Same semantics as InputPath.
- apply_
result_ path - Apply ResultPath to merge a state’s result into the input.
- resolve_
path - Resolve a simple JsonPath expression against a JSON value.
Supports:
$,$.field,$.field.nested,$.arr[0]