JSON keys starting with "@" not being displayed in the HTTP Request node output

Hey everyone, the output of one of my HTTP requests sometimes starts with an “@” which seems to be displayed in json output in n8n

Output in Make (Integromat) :

“data”: {
@context”: “xxx”,
@id”: “xxx”,
@type”: “Person - Schema.org Type”,
“number”: “xxx”,
“address”: null,
“birthDate”: null,
“email”: “xxx”,
“familyName”: “xxx”,

Output in n8n :

“data”: {
“number”: “xxx”,
“address”: null,
“birthDate”: null,
“email”: “xxx”,
“familyName”: “xxx”,

Did someone experienced something similar before ?

Thanks !

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Running every default settings on n8n cloud

Hey @MoryCorp , I have run a little test and encountered no problem with displaying @ in JSON properties.

Weird !

This is the raw output using postmark :

And the output using n8n :

exact same request, different output

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