The JSON Escape Action node can be used to escape a given JSON payload.
Alternatively, the payload can be read from a JSON file in storage using the wildcard .
Please ensure that the input JSON payload is valid.
{
"id": 12345,
"name": "Sample User",
"email": "sample.user@example.com",
"isActive": true,
"roles": [
"admin",
"editor"
],
"preferences": {
"notifications": true,
"theme": "dark",
"language": "en"
}
}
{\n
"id": 12345,\n
"name": "Sample User",\n
"email": "sample.user@example.com",\n
"isActive": true,\n
"roles": [\n
"admin",\n
"editor"\n
],\n
"preferences": {\n
"notifications": true,\n
"theme": "dark",\n
"language": "en"\n
}\n
}\n