dict.join
Description
Use the dict.join object to merge the content of two dictionaries together into a single dictionary.
Discussion
Note: The colon (:) is a reserved character and is not supported in keys or values.
Arguments
default-values [list]
Optional
Dictionary syntax composing a dictionary to be joined with the object's input. See the "Dictionaries" vignette for more information on dictionary syntax. This dictionary will be replaced by any dictionaries received at the object's right inlet.
Attributes
Common Box Attributes
Messages
bang
Resend the most recently combined dictionary
dictionary
Arguments
name
[symbol]
Dictionary from the second inlet is combined with the dictionary from the first inlet and a new dictionary is sent
See Also
Name | Description |
---|---|
dict.deserialize | |
dict.group | |
dict.iter | |
dict.pack | |
dict.print | |
dict.route | |
dict.serialize | |
dict.slice | |
dict.strip | |
dict.unpack | |
dict.view | |
dict | |
Dictionaries | Dictionaries |