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