I have worker thread implementation in Node. I am sending JSON objects to worker thread and in worker thread I am converting it using JSON.stringify() function. What is the