JSONify function

Suggestion to add a function that will add escape characters to JSON prohibited characters

Hi Gary,

Thanks for the suggestion! Can you tell me a bit more about your use case for this feature?


I’m trying to write a connector that will post messages in Slack via JSON. Unfortunately, you can’t include certain characters, so I have to substitute them for escape characters. Awkwardly, I have to double-escape them because the expression editor parses the escape characters when I build up the payload