{{#each @root}}
{{#if (isString this)}}
{{@key}}: "{{{escape this}}}"
{{else}}
{{@key}}: {{{this}}}
{{/if}}
{{/each}}
