zordius / lightncandy

An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
https://zordius.github.io/HandlebarsCookbook/
MIT License
610 stars 76 forks source link

How can I create helper to vreate variable from json string? #299

Open dejanmilosevic0 opened 6 years ago

dejanmilosevic0 commented 6 years ago

I need helper for creating variables from json string. For example:

    {{json value_name='{"foo":"bar"}'}}

    {{#each value_name}}
    ...
    {{/each}}