Nodes/ComfyUI-JakeUpgrade/Save String List To JSON JK๐Ÿ‰
ComfyUI Node

Save String List To JSON JK๐Ÿ‰

Save string data to JSON file with overwrite control, directory creation, and optional parsing as list.

By jakechaiยทCreated 2 years agoยทUpdated 2 months agoยท 146
Save String List To JSON JK๐Ÿ‰
    • string_output
    โ—„string_inputโ–บ
    โ—„file_pathโ–บ
    โ—„overwritetrueโ–บ
    โ—„save_astrueโ–บ
    Category๐Ÿ‰ JK/๐Ÿ“ฆ Misc

    Inputs (4)

    NameTypeDefaultDescription
    string_inputSTRINGString data to save to JSON file
    file_pathSTRINGFull path to JSON file for saving
    overwriteBOOLEANtrueOverwrite existing file if True, skip if False
    save_asBOOLEANtrueIf True, parse string_input as JSON list and save formatted; if False, save as raw string

    Outputs (1)

    NameTypeDescription
    string_outputSTRINGโ€”