Escaping quotes in JSON

Hi everyone,

we have connected an API to our app that takes user input text in JSON format. The problem is that any quotes or double quotes in the user input end the request and cause an error. Does anyone know a solution for this?

Thanks in advance!

there’s a function :formatted as json_safe

Thank you!!

1 Like