Which method converts JSON data to a JavaScript object?

Explanation:
JSON.parse() parses JSON string to JavaScript object.