# JSON Stringify

## Overview

![The JSON Stringify Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-949e0f781f4ded43a59130aae42b4055139eab74%2Fjsonstringifynode.png?alt=media)

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**](https://docs.incari.com/incari-studio/2022.1/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

### Attributes

![The JSON Stringify Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-a3d554133dcd28d88022267e8c22d368758f8c43%2Fjsonstringifyattributes.png?alt=media)

| 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**](https://docs.incari.com/incari-studio/2022.1/toolbox/string/jsonparse)
* [**Save File**](https://docs.incari.com/incari-studio/2022.1/toolbox/io/savefile)
