A helper for that - admittedly very rare - YAML/JSON scenario where you may want a single key->value pair represented as a map, but don't want to have map[string]interface{}
strewn throughout your code
see example.go
My use case was I wanted to represent environment variables in a config file, BUT there were caveats to the easy methods: