Which of the following correctly describes the function of the JSON.stringify method in JSON?( )
It accepts a string and revives it into an object.
It converts a JavaScript object into a JSON string.
It converts a JSON object into a text.
It converts a JSON string into a JavaScript object.