JSON: Extract
Extract data from a JSON object using json path syntax
Input
JSON—REQUIRED
JSON Object you want to extract data from.
Parameters
JSON Path—REQUIRED
JSON path to apply on input json object. json path syntax
Value type—REQUIRED
Which type you expect to extract.
Default value
Which value you want to fallback on in case your path does not match.
Output
Extracted value type
Value extracted from the given JSON in proper configured value type.