Join Slack
Powered by
how do we pretty print a `mutableMap<String, Strin...
# announcements
m
Mani
12/05/2019, 8:40 AM
how do we pretty print a
mutableMap<String, String>
? .toString() works?
k
karelpeeters
12/05/2019, 9:39 AM
Why don't you just try it? But yes,
toString
works.
println(map)
internally calls
toString
so that will also work.
5
Views
Open in Slack
Previous
Next