# Functions
CoerceInterfaceMapToStringMap converts map[interface{}]interface{} (interface maps) to map[string]interface{} (string maps) and []interface{} with interface maps to string maps.
ParseDietCBOR attempts to coerce the input byte array into valid CBOR.
ParseStandardCBOR parses CBOR in "standards compliant" mode.