Dictionary
A dictionary, also known as a hash map or associative array, is a data structure that stores key-value pairs. Each key is unique and maps to a specific value. In viaSocket, a dictionary is a field type that allows users to add custom key-value pairs, providing flexibility for various use cases.
The key cannot contain a dot (.)
Prev