Operator Reference
Data Containers
List of Operators
copy_dict
- Copy a dictionary.
create_dict
- Create a new empty dictionary.
dict_to_json
- Transform a dictionary into a JSON string.
get_dict_object
- Retrieve an object associated with the key from the dictionary.
get_dict_param
- Query dictionary parameters or information about a dictionary.
get_dict_tuple
- Retrieve a tuple associated with the key from the dictionary.
json_to_dict
- Transform a JSON string into a dictionary.
read_dict
- Read a dictionary from a file.
remove_dict_key
- Remove keys from a dictionary.
set_dict_object
- Add a key/object pair to the dictionary.
set_dict_tuple
- Add a key/tuple pair to the dictionary.
set_dict_tuple_at
- Assignment of one or several values to one or several tuple elements in a dictionary
write_dict
- Write a dictionary to a file.