I have a question about .flatMap on a Map of <S...
# getting-started
b
I have a question about .flatMap on a Map of <String, Any> I want to convert it to a list of String, Any, String, Any. Is there an easy way to do this with flatMap?