toggle menu

How can get the value of JSON using jquery?

Dhananjay Kumar |20 Mar at 06:03

We have issues with the json in such formats {"7":15,"65":85}

How will i get key and value?

  • 2 likes
  • 1 comment

Dhananjay Kumar21 Mar at 10:03

I got the solution :
$.each(passtr, function(key, value) {
alert(key+"->"+value);
});

Posted:

20 Mar at 06:03

Viewed:

1782 times

Active:

27 Mar at 06:03