twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

Nested JSON #233

Closed AVSYS-AK closed 8 years ago

AVSYS-AK commented 8 years ago

Hi,

Hogan is amazing. I am trying my hands on it and trying to render following json

I have compiled a template and rendering my data correctly. however in specific situation, i have a key with multiple values. I want to read first value and use it to render template.

Here is my fiddle

How can we handle nested arrays ?