ComfyUI Node
JSON Slicer (PixNodes)
A ComfyUI node in PixNodes/JSON with 4 inputs and 3 outputs.
JSON Slicer (PixNodes)
- json_data
- json_data
- count
- index
◄modechunk►
◄length1►
◄index0►
CategoryPixNodes/JSON
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| json_data | * | 输入数据:支持 JSON 字符串、Python 列表或字典 | |
| mode | COMBO | chunk | 2 options: chunk, range |
| length | INT | 11–18446744073709550000 | Chunk模式下为分块大小,Range模式下为切片长度 |
| index | INT | 00–18446744073709550000 | Chunk模式下为块索引,Range模式下为起始位置 |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| json_data | * | — |
| count | INT | — |
| index | INT | — |