Hi, I am new to Marketo but knows velocity properly. I have product jsonArray. Each json Object inside array has field name "Id", "name", "size" "color", "price". I would like to show product name and price, group by Color. The jsonArray is a custom object., So I can show the value using {{my.jsonPayload}}. I can't parse and process the Json payload, in velocity. Can anyone share some sample code, please?
... View more