That is by design, you shouldn’t be trying to print a map. The bug is that somewhere in your code you are trying to treat a map as a map. You have a parse function, what do you do with its result, how is it called?
That is by design, you shouldn’t be trying to print a map. The bug is that somewhere in your code you are trying to treat a map as a map. You have a parse function, what do you do with its result, how is it called?