Evaluate JSON Path
Evaluates the given JSON path on the JSON input
Last updated
Evaluates the given JSON path on the JSON input
Last updated
This activity evaluates the given JSON path on the user-specified JSON input and retrieves the resultant output.
JSON Input: String Argument
Required
Specifies the JSON from which a key value is to be retrieved.
Information:
JSONPath Syntax
- Specify the select token to evaluate.
Inputs
- Specifies the JSON input on which the JSON Path is to evaluate.
Evaluated Results
- Displays the result of the JSON Path evaluation
JSON Path: String Argument
Required
Specifies the JSON input Select Token.
Result: Object Variable
Stores the value of the selected key value that is retrieved in the specified Object variable.