Stringify vs Parse

Stringify() is used to convert the Object into JSON,
Parse() is used to convert JSON into js Object
Dull Dingo