JavaScript | JavaScript JSON | Question 7

Last Updated :
Discuss
Comments

Which method can convert a JavaScript object to a readable JSON string?

JSON.format()

JSON.validate()

JSON.stringify()

JSON.parse()

Share your thoughts in the comments