# 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="/files/EYi27t7L3XuA0esVyisu" 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.1/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="/files/ZQzqrrslP9FC7Fy4cc1j" alt=""><figcaption><p>JSON path finder</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/nodes/actions/misc/json-related-nodes-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
