# 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.
Similar to ParseDietCBOR but outputs to a concrete struct, which meets the "top-level map" requirement of "diet" CBOR.
ParseStandardCBOR parses CBOR in "standards compliant" mode.