I received a JSON formatted message from Kafka, but the message has been but it has been escaped with backslash and
looks similar to the following format
"value" :
"{\"tableName\":\"abc\",\"rowList\":[{\"cpu\":0.000000,\"timest\":1732068300000,\"memory\":0.000000,\"disk_io_write\":0.000000}
How can I convert this message into a normal json format and pass it to json_v2 plugin for parsing