I'm trying to get the contents of data withinwithin the subject array using jquery.How How can this be done ? I tried using $.each$.each but cudn'tcouldn't get the contents .
"student": {
"name": "sdfdsf",
"age": 3,
"subject": [
{
"science": "dfsdfdfd",
"book": "sdfds"
},
{
"math": "vbcb",
"book": "sdfds"
}
]
}