Which of the following is used to parse JSON data in Node.js?
A) JSON.stringify()
B) JSON.parse()
C) JSON.encode()
D) JSON.decode()
Answer: B
Explanation: The JSON.parse() method is used to parse JSON data in Node.js.