JSON Stringify

The JSON Stringify Node.
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.

The JSON Stringify Node Attributes.
Attribute | Type | Description |
---|---|---|
Beautified | Bool | Transforms the String into multi-line format for easier readability. |
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. |
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. |
Last modified 3mo ago