I have a Handlebars template which is rendered using a json object. In this json I am sending an array. Like this:
var json = { \"array\":[\"abc\"
My Bad....
{{array.length}} actually worked inside the template. Should have checked/tested it before posting it here.
{{array.length}}