ComfyUI Node
Map JSON To Property
A ComfyUI node in SGNodes/JSON with 2 inputs and 1 output.
Map JSON To Property
- JSON_PROPERTY
◄json_string{}►
◄property_name►
CategorySGNodes/JSON
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| json_string | STRING | {} | JSON object string (e.g., {"a": 1}). |
| property_name | STRING | Name of the property to extract. Supports dot notation for nested keys. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| JSON_PROPERTY | STRING | — |