MCQ Single Best Answer Easy

QWhich of the following methods is used to parse JSON text?

ID: #5230 Javascript Scripted HTTP MCQ 168 views
Question Info
#5230Q ID
EasyDifficulty
Javascript Scripted HTTP MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A jQuery.each()
  • B jQuery.parseJSON()
  • C jQuery.noConflict()
  • D jQuery.conflict()
Correct Answer: Option B

Explanation

For parsing JSON text, use jQuery.parseJSON().
The function transforms json into a javascript object.

Share This Question

Challenge a friend or share with your study group.