Multiple choice technology programming languages parseJSON is a standard function available in javascript like alert, eval and others. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation parseJSON is not a standard JavaScript function. The standard way to parse JSON is using JSON.parse() method. Some older browsers had non-standard parseJSON implementations, but they were never part of the official specification.