ComfyUI Node
Map JSON Array
A ComfyUI node in SGNodes/JSON with 2 inputs and 1 output.
Map JSON Array
- JSON_ARRAY
◄json_array[]►
◄property_name►
CategorySGNodes/JSON
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| json_array | STRING | [] | JSON array string (e.g., [{"id": 1}, {"id": 2}]). |
| property_name | STRING | Name of the property to extract from each item. Supports dot notation. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| JSON_ARRAY | STRING | — |