I need to iterate over this map in freemarker language.
public static void main(String[] args) {
Map<String, Map<String, Map<String,String>>> map = new HashMap<>();
}
on the basis of each string i need to get map then again on the basis of string again map is needed. thanks