ComfyUI Node
JSON解析器
高级JSON解析器,支持解析JSON字符串并通过路径提取特定值。 支持数组索引、嵌套对象访问和多种输出格式。 提供强大的路径解析功能,适用于复杂的数据提取场景。
JSON解析器
- result
- path_info
◄input_typejson►
◄input_string►
◄json_path►
◄output_formatstring►
◄default_value►
CategoryZMGNodes/data
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| input_type | COMBO | json | 2 options: json, string |
| input_string | STRING | — | |
| json_path | STRING | — | |
| output_format | COMBO | string | 3 options: string, json, pretty_json |
| default_value | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |
| path_info | STRING | — |