ComfyUI Node
Find JSON Element
A ComfyUI node in SGNodes/JSON with 3 inputs and 1 output.
Find JSON Element
- JSON_ELEMENT
◄json_array[]►
◄match_key►
◄match_value►
CategorySGNodes/JSON
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| json_array | STRING | [] | JSON array string. |
| match_key | STRING | The key to check in each element. Supports dot notation. | |
| match_value | STRING | The value to match against (compared as string). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| JSON_ELEMENT | STRING | — |