ComfyUI Node
JsonStringify (Yogurt Nodes)
Convert object to JSON string
JsonStringify (Yogurt Nodes)
- data
- json_string
◄indent0►
◄ensure_asciifalse►
◄sort_keysfalse►
CategoryYogurtNodes/Logic
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| data | * | Data to convert to JSON string | |
| indentopt | INT | 00–8 | Indentation level (0 for compact) |
| ensure_asciiopt | BOOLEAN | false | Ensure ASCII output |
| sort_keysopt | BOOLEAN | false | Sort dictionary keys |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| json_string | STRING | — |