Q160
Which of the following is used for parsing JSON text?
A.
jQuery.each()
B.
jQuery.parseJSON()
AnswerC.
jQuery.noConflict()
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
jQuery.parseJSON() is used for parsing JSON text.