The ACS common list contains JSON key and value (lists of title/value
pairs)Title: List One , Value: list-oneTitle: List Two , Value:
list-twoTitle: List Three , Value: list-three...etcFrom GenericList
interface acs-aem-commons/GenericList.java at master ·
Adobe-Consulting-Services/acs-aem-commons · GitHub , it has method for
getTitle and getValueI am trying to print the title/value pair as
option List
One List Two List Three