Possible Duplicate:
How to access this JSON value?
i have the following json string generated from my Spring mvc controller of a list. How can acces the holidayName property in jquery.
[{"holidayId":1,"holidayName":"Raksha Bandhan",
"holidayStartDate":"Aug 2, 2012 12:00:00 AM",
"holidayEndDate":"Aug 2, 2012 12:00:00 AM"},
{"holidayId":2,"holidayName":"Independence day",
"holidayStartDate":"Aug 15, 2012 12:00:00 AM",
"holidayEndDate":"Aug 15, 2012 12:00:00 AM"}]