mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"quoted": "{{ bar }}",
|
|
"variable": {{ hello }},
|
|
{# This is a comment #}
|
|
"tag": {% foo 'bar', "baz" %}
|
|
}
|
|
|