Skip to main content

Module io_processing

Module io_processing 

Source

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]