Value from JSON object path
Extract a value from a JSON object using a path
Parameters
Path—REQUIRED
The JSON path to the value you want to extract.
Skip if not found
Skip the current extraction if the path is not found.
Value type—REQUIRED
The type of the value you want to extract.
Skip on cast error
Skip the current extraction if the value cannot be cast to the specified type.
Input
JSON Element—REQUIRED
The JSON object from which you want to extract the value.
Output
Value
The typed value extracted from the JSON object.