ComfyUI Node
Comflowy Extract JSON
Nodes from https://comflowy.com: - Description: Extract values from a JSON object. - How to use: Provide a JSON object and the json_path to extract the value. - eg1. json_path: "a.b.c" - eg2. json_path: "outputs.0.text" if there is an array in the json object. - Output: All output values are strings, according to the provided `json_path`, if the target json_path is not a string, will return the json dump value. - Note: If the json_path is not found, it will return an error string.
Comflowy Extract JSON
- json_value
- text1
- text2
- text3
- text4
- text5
◄json_path1►
◄json_path2►
◄json_path3►
◄json_path4►
◄json_path5►
CategoryComflowy
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| json_value | JSON | — | |
| json_path1opt | STRING | — | |
| json_path2opt | STRING | — | |
| json_path3opt | STRING | — | |
| json_path4opt | STRING | — | |
| json_path5opt | STRING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| text1 | STRING | — |
| text2 | STRING | — |
| text3 | STRING | — |
| text4 | STRING | — |
| text5 | STRING | — |