# Hierarchical JSON Output

You can use the Hierarchical JSON output step to convert hierarchical data from a previous step into JSON format. For an overview of hierarchical data in Pentaho, see [Hierarchical data](https://docs.pentaho.com/pdia-data-integration/extracting-data-into-pdi/hierarchical-data).

**Note:** This step accepts only hierarchical data.

### Step name

* **Step name**: Specifies the unique name of the Hierarchical JSON output step on the canvas. You can customize the name or leave it as the default.

### Options

![Hierarchical JSON Output step dialog box](https://773338310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYwnJ6Fexn4LZwKRHghPK%2Fuploads%2Fgit-blob-a8f57b4ebc1af678856fe68b91352b92f708e85a%2FPDI%20Hierarchical%20JSON%20Output%20step.png?alt=media)

#### Fields

| Field                        | Description                                                                                             |
| ---------------------------- | ------------------------------------------------------------------------------------------------------- |
| **Input hierarchical field** | Specifies the hierarchical input field name from a previous step which is formatted to the JSON format. |
| **Output field**             | Specifies the step output field to contain the generated JSON output.                                   |

#### Additional options

| Option                     | Description                                                                                                                                                                                                           |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Pass output to servlet** | Select to return the data using a web service instead of passing it to output rows. See [PDI data over web service](https://pentaho-public.atlassian.net/wiki/spaces/EAI/pages/384958757/PDI+data+over+web+services). |
| **Pretty print?**          | Select to format the output JSON data.                                                                                                                                                                                |


---

# 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.pentaho.com/pdia-data-integration/pdi-transformation-steps-reference-overview/hierarchical-json-output.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.
