Question: Which JavaScript method converts a JavaScript value to Json?

  1. JSON.parse()
  2. JSON.stringify()
  3. JSON.toString()
  4. JSON.objectify()

Answer: The correct answer of the above question is Option B:JSON.stringify()