Sightly:How to iterate Map<String, Map<String, Map<ModelObject, List<ModelObject>>>>
Hi All,
I am not able to iterate the below map in sightly.
Map<String, Map<String, Map<ModelObject, List<ModelObject>>>>
I want to parse this map and read all the elements in all objects.
Please help.
