> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.9.0/helmut4-components/streamdesigner/nodes/actions/misc/json-related-nodes-2.md).

# JSON Related-Nodes (2)

When working with JSON payloads, two websites are particularly helpful for evaluating data and retrieving specific values:

## JSON Formatter & Validator

[JSON Formatter & Validator](https://jsonformatter.curiousconcept.com) is useful for checking JSON payloads, which are often placed in the body field of various nodes.

<figure><img src="https://3741212992-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJazOaknIWynmzOb8kuKL%2Fuploads%2FZcxCp3OrhHzw0mQaMeJE%2Fimage.png?alt=media&amp;token=ff6128b7-0f54-4765-a6a8-cf2e8c96c851" alt=""><figcaption><p>JSON formatter &#x26; validator</p></figcaption></figure>

## JSON Path Finder

[JSON Path Finder](https://jsonpathfinder.com) helps generate extraction paths for use in the [JSON Extract Action](/helmut4-releases/v4.9.0/helmut4-components/streamdesigner/nodes/actions/misc/json-related-nodes-2/json-extract-action.md), 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`.<br>

<figure><img src="https://3741212992-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJazOaknIWynmzOb8kuKL%2Fuploads%2FM6Ydy6e78Qg3pNtV9Gng%2Fimage.png?alt=media&amp;token=629002b3-ecc3-428f-ac18-2e92a4891d8e" alt=""><figcaption><p>JSON path finder</p></figcaption></figure>
