A

Admin • 833K Points
Coach

Q. Which method converts a JSON string into a JavaScript object?

  • (A) JSON.parse()
  • (B) JSON.stringify()
  • (C) JSON.convert()
  • (D) parseJSON()
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

JSON.parse() is used to convert JSON strings into JavaScript objects.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.