Hey there,
You can use the replace() function to escape special characters. Check your incoming string for what specifically is breaking the JSON and escape it. Or you can try something like this.
Hey there,
You can use the replace() function to escape special characters. Check your incoming string for what specifically is breaking the JSON and escape it. Or you can try something like this.