Which of the following is used for parsing JSON text?
A
jQuery.each()
B
jQuery.parseJSON()
C
jQuery.noConflict()
D
jQuery.conflict()
Correct Answer: jQuery.parseJSON()
jQuery.parseJSON() is used for parsing JSON text. The function converts json to javascript object.