La méthode ____ convertit n'importe quel objet en une chaîne.

JSON.stringify(myObject)
JSON.parse(myObject)

Stringify method converts object to string

Parse method converts string to object
Suraj Kr Thapa