Just noticed that discord is adding formatting of it's own and adding escape characters only works in some places so i'll try to expalin it. I'm trying to get a gallery working using the iFrame widget. When i type in the list of images everything works. The JSON object has a key enclosed in double quotes and a url also enclosed in double quotes. When i try to substitute it with the results from a query the double quotes inside the JSON get escaped with a backslashes.
var json = { "slider": {{Query1.data}} }; results in a JSON object that would workd EXCEPT that the double quotes are escaped with a backslash.
Any pointers as the why the back slashes are being added or how to get rid of them?