Do you have an example of flatMapTo? I am trying t...
# getting-started
j
Do you have an example of flatMapTo? I am trying to do this. From a map of {a=b, c={nestedkey=nestedvalue}} get a map like -> {a=b, c.nestedkey=nestedvalue} (append the c.)