I have a project in the works to create a calendar application for my IoT web app. I am utilizing Node-RED for this task. However, when I pass the message, the double quotes are being converted to "
events = [
{
" occ": "1",
"first": "1",
"sec": "2",
"third": "2019",
"start": "11",
"end": "12"
}
];
The conversion results in the appearance shown in the image: