Bruno has written a Go program that uses the json.Marshal() function to encode the songs map to the songsJSON variable.
However, he's made a small mistake when declaring the type of the values of the songs map!
Can you identify the error and help Bruno use the correct type to process "any" type of values in the songs map, and then print the encoded songsJSON variable content as a string?