When working with JSON payloads, two websites are particularly helpful for evaluating data and retrieving specific values:
JSON Formatter & Validatorarrow-up-right is useful for checking JSON payloads, which are often placed in the body field of various nodes.
JSON Path Finderarrow-up-right helps generate extraction paths for use in the JSON Extract Action, enabling you to pull values from predefined keys.
For example, to extract the version key from within the body segment, you would use the extraction path: body.version.
version
body.version