How to escape { character
Escaping the {
character is particularly helpful if you want to pass raw JSON or just make the merge tag unresolvable.
You can do it like this:
!{this_wont_be_resolved}
!{"this is":"how the JSON should look like"}
Last updated