> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.1/toolbox/string/jsonstringify.md).

# JSON Stringify

## Overview

![The JSON Stringify Node.](/files/h3evNchUh76hxSKwIB2y)

The **JSON Stringify Node** converts a **Data Type** like a **Dictionary** into one **String**. This can be useful when the user wants to save something like a **Dictionary** into a file.

[**Scope**](/incari-studio/2022.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

### Attributes

![The JSON Stringify Node Attributes.](/files/M061tTPGEtzA0kefofTq)

| Attribute    | Type     | Description                                                              |
| ------------ | -------- | ------------------------------------------------------------------------ |
| `Beautified` | **Bool** | Transforms the **String** into multi-line format for easier readability. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **Any**   | The **Data Type** to convert into a **String**.                       |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | **String** | The generated **String**.                                                                                                              |

## See Also

* [**JSON Parse**](/incari-studio/2022.1/toolbox/string/jsonparse.md)
* [**Save File**](/incari-studio/2022.1/toolbox/io/savefile.md)
