ObjectMapper + YAMLFactory writing object to yml file adds extra quotes to string
Here are my object mapper and yml formatter:
How do I use jackson to map json with double Array to a custom Object
I have a .json file that contains string to double array value. Currently I can get a “Map<String, List<List>>” which works but, I would like to get a “Map<String, List>” back instead.