Nodes/comfy-ovum/_.object
ComfyUI Node

_.object

Converts arrays into objects. Pass either a single list of [key, value] pairs, or a list of keys, and a list of values. Passing by pairs is the reverse of pairs. If duplicate keys exist, the last value wins.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.object
  • py_list
  • values
  • *
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
py_listopt*Primary input object (expected array). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.
valuesopt*values: JSON allowed for arrays/objects where applicable.

Outputs (1)

NameTypeDescription
**