[jQuery] How to decode Json value through Jquery

[jQuery] How to decode Json value through Jquery


Hi!
I am novice to Jquery.
Iam getting following Json output from PHP file :
{"jval":{"wine":3,"sugar":4,"lemon":22}}
how can I decode/get these Json values in Jquery.
Thanks in advance