Vidyalelo
JavaScript · Q160

Document Object Model And Event Handling

Programming · JavaScript · question 160

Q160

Which of the following is used for parsing JSON text?

A.
jQuery.each()
B.
jQuery.parseJSON()
Answer
C.
jQuery.noConflict()
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
jQuery.parseJSON() is used for parsing JSON text.