# JSON Stringify

## Overview

![The JSON Stringify Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-5c1000718b88f7346c9dad8c5a30bdfa11891116%2Fjsonstringify.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.

### Attributes

| 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 making **String**.                                                                                                                 |

## See Also

* [**JSON Parse**](https://docs.incari.com/incari-studio/2021.1/toolbox/string/jsonparse)
* [**Save File**](https://docs.incari.com/incari-studio/2021.1/toolbox/io/savefile)
