ComfyUI Node
Sort JSON keys
A ComfyUI node in ✨ LF Nodes/JSON with 4 inputs and 1 output.
Sort JSON keys
- json_input
- ui_widget
- json
◄ascendingtrue►
◄mutate_sourcefalse►
Category✨ LF Nodes/JSON
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| json_input | JSON | Input JSON object. | |
| ascending | BOOLEAN | true | Sort ascending (True) or descending (False). |
| mutate_source | BOOLEAN | false | Sorts the input JSON in place without creating a new dictionary as a copy. |
| ui_widgetopt | KUL_CODE | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| json | JSON | — |