ComfyUI Node
Get Value from JSON
A ComfyUI node in ✨ LF Nodes/JSON with 4 inputs and 6 outputs.
Get Value from JSON
- json_input
- ui_widget
- json
- string
- number
- int
- float
- boolean
◄key►
◄index0►
Category✨ LF Nodes/JSON
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| json_input | JSON | JSON Object. | |
| key | STRING | Key to select. | |
| index | INT | 0 | When the input is a list of JSON objects, it sets the index of the occurrence from which the value is extracted. |
| ui_widgetopt | KUL_CODE | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| json | JSON | — |
| string | STRING | — |
| number | NUMBER | — |
| int | INT | — |
| float | FLOAT | — |
| boolean | BOOLEAN | — |