package
0.5.0
Repository: https://github.com/goplugin/pluginv2.git
Documentation: pkg.go.dev

# 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.