How to resolve Illegal unquoted character ((CTRL-CHAR, code 10)) error

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.