Which JavaScript method converts JSON to a JavaScript value?
JSON.toString()
JSON.objectify()
JSON.stringify()
JSON.parse()