# Functions
MapSliceVal returns the value of the key as map[string]any If the key does not exist an empty map is returned.
StrSliceVal returns the value of the key as []string.
StrVal returns the value of the key as string.
ToStrMap converts the map to map[string]string.