Since Mendix uses the brace for parameterization, if you are using an opening brace - { - not for parameterization, you need to escape it with another open brace. So if you wanted to enter {key:value} it would instead be {{key:value}. I updated your request here.