N8N json parse auto delete backsplash '\' in http get response

Describe the problem/error/question

I’m using the http request to send the “Get” request to API so that I can use it to store the html and use the “Put” the description being modified latter.
I realize that when receiving the response from the GET request, JSON format auto delete the backsplash, result in the PUT request error.
The example as following:
The expected (using raw format):

style=\"text-align: center;\"><img src=\"https://res.maychuvietnam.com.vn//MCVN/Main MOTHERBOARD MD72-HB2/cpu_IceLake.png\"

The Result with JSON paser:

tyle="text-align: center;"><img src="https://res.maychuvietnam.com.vn//MCVN/Main MOTHERBOARD MD72-HB2/cpu_IceLake.png"

Information on your n8n setup

  • **n8n version: 1.73.1
  • **Database (default: SQLite): Airtable
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker/ggcloud
  • **Operating system:ggcloud

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.