Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is used for parsing JSON text?

  2. A.

     jQuery.each()

    B.

     jQuery.parseJSON()

    C.

     jQuery.noConflict()

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    jQuery.parseJSON() is used for parsing JSON text.


Be The First To Comment