Preview:
<#assign user ={
  "0" : {"EMPLOYEE":"ajay","item":"Test1"},
  "1":{"EMPLOYEE":"fz","item":"newwwwwwwwww"}
 
}  >
<#list user?keys as prop>
  
    ${user[prop].item}
</#list>  
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter