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