I want to be able to (pretty-)print the contents of my maps.
They should have newlines and indentation rather than on a single line; ignoring the toString methods of
Try replacing the start of each entry with new line and tab like this
myMap.toString().replace("[", "\n\t[");