Q. Which method converts a JSON string into a JavaScript object?
β
Correct Answer: (A)
JSON.parse()
Explanation: JSON.parse() is used to convert JSON strings into JavaScript objects.