Data
{"bool":1, "list":["hello","world"], "set":{"test":123}}
Template
{{#bool}} bool is true {{/bool}} {{^bool}} bool is false {{/bool}} {{~list}} {{$i+1}} {{$item}} {{/list}} {{:set}} {{$key}} {{$val}} {{/set}}
Compile
Result