Which method converts a JavaScript object to JSON string?

Explanation:

JSON.stringify() converts object to JSON string.