Hey,I'm looking at a way using Sightly to read data from a node with
properties as followed.Name: footercol1Type: String[]Value:
{"key1":"value1","key2","value2"},{"key1":"value3","key2","value4"}.I'm
looking a JavaScript way instead of Java to do that.Using data-sly-list,
so far I'm able to print the whole JSON string so far
i.e.{"key1":"value1","key2","value2"}{"key1":"value3","key2","value4"}Looking
forward to some help here.Thanks.