Aem 6.5 | i have json file in aem dam | how can i read it in sightly
Hi
i have json file in aem dam. I want to read it in sightly html ( of my aem component).
May be shud get it in some data attribute… so i can display that in frontend… how can i do it..
using javascript or jquery ? Further i want to do some processing of this data element ( which holds all records of json) … i want to write a loop in sightly… like data.title(1) , data.description (1) , data.title(2) … how can i do that