First: Your JSON is invalid, make sure to fix that first.I have made an example on how the deal with this in Javascript.HTL:<ul data-sly-use.jsonprocessing="json.js" data-sly-list="${jsonprocessing.keys}"> <li>${item}</li></ul>Javascript:json.js use(function () { var jsondata = currentPage.pr...