Good morning,
I am looking to see how to implement a toJSON() function properly, escaping the information as needed. I know we have a proper fromJSON() in Arcade, but I am trying to feed a Webhook, and on rare occasions, the post fails due to what appears to be improperly escaped text strings.
"UrlEncode(textOrDictionary) -> Text" is different from JSON escaping.
TIA --