JS

Objects in JavaScript - Method to serialize an obj...

7.

Which built-in method is used to serialize an object into a JSON string in JavaScript?

JSON.parse()

JSON.stringify()

JSON.serialize()

JSON.tostring()