ComfyUI Node
Save String List To JSON JK๐
Save string data to JSON file with overwrite control, directory creation, and optional parsing as list.
Save String List To JSON JK๐
- string_output
โstring_inputโบ
โfile_pathโบ
โoverwritetrueโบ
โsave_astrueโบ
Category๐ JK/๐ฆ Misc
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| string_input | STRING | String data to save to JSON file | |
| file_path | STRING | Full path to JSON file for saving | |
| overwrite | BOOLEAN | true | Overwrite existing file if True, skip if False |
| save_as | BOOLEAN | true | If True, parse string_input as JSON list and save formatted; if False, save as raw string |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| string_output | STRING | โ |