Prefix: jq:
The Jq Method jq to manipulate JSON input. The method value must be a valid jq expression and will be applied to the JSON entity properties as retrieved from the Connector.
Example:
jq: .id applied to {"id": 12, "name": "John"} will return 12.