Which method converts JSON data to a JavaScript object?
JSON.fromString();
JSON.toObject()
JSON.stringify()
JSON.parse()