my code looks like this:
"Control Statements": [
{
"key": " {% for foo in foo1 %} ... {% endfor %}",
"val": "For loop"
},
{
"key": "{% foo %} ... {% endif %}",
"val": "If statement"
}
]
I want to escape curly braces in the "key part"