insomnia/app/common/__fixtures__/prettify/nunjucks-output.json

8 lines
115 B
JSON

{
"quoted": "{{ bar }}",
"variable": {{ hello }},
{# This is a comment #}
"tag": {% foo 'bar', "baz" %}
}