# Functions
GetFloat32 returns a float32 for a given key in values.
GetFloat32Default returns a float32 or the default value for a given key in values.
GetFloat64 returns a float64 for a given key in values.
GetFloat64Default returns a float64 or the default value for a given key in values.
GetInt returns an int for a given key in values.
GetInt32 returns an int32 for a given key in values.
GetInt32Default returns a int32 or the default value for a given key in values.
GetInt64 returns an int64 for a given key in values.
GetInt64Default returns a int64 or the default value for a given key in values.
GetIntDefault returns a int or the default value for a given key in values.
GetString returns a string for a given key in values.
GetStringDefault returns a string or the default value for a given key in values.
GetStringSlice returns a string slice for a given key in values.
GetStringSliceDefault returns a string slice or the default value for a given key in values.
GetTime returns a string slice for a given key in values.
KeyStringToInterface converts map[string]any to map[any]any Deprecated: with generics, this should not be necessary anymore.
ToJSONMap converts all map[any]any occurrences (nested as well) to map[string]any.
# Variables
ErrKeyCanNotBeTypeAsserted is returned when the key can not be type asserted.
ErrKeyDoesNotExist is returned when the key does not exist in the map.