Examveda
Examveda

What is the purpose of the method JSON.parse()?

A. Parses a string to integer

B. Parses a string to JSON

C. Parses a string from JSON to JSON2

D. None of the mentioned

Answer: Option B

Solution(By Examveda Team)

The JSON.parse() method parses a string as JSON, optionally transforming the value produced by parsing.

This Question Belongs to Javascript >> Parsing, Benchmarking And Logging

Join The Discussion

Related Questions on Parsing, Benchmarking and Logging