I have an array of
[{
"39195": {
"name": "Introduction",
"lessons": [{
"name": "A",
"duration": "(05:30)",
"movieName": "Why+Learn+ActionScript%3F"
}, {
"name": "About the Included Sample Scripts",
"duration": "(03:49)"
}, ]
},
"39196": {
"name": "Introduction2",
"lessons": [{
"name": "B",
"duration": "(05:30)",
"movieName": "Why+Learn+ActionScript%3F"
}, {
"name": "About the Included Sample Scripts",
"duration": "(03:49)"
}, ]
},
"39197": {
"name": "Introduction3",
"lessons": [{
"name": "C",
"duration": "(05:30)",
"movieName": "Why+Learn+ActionScript%3F"
}, {
"name": "About the Included Sample Scripts",
"duration": "(03:49)"
}, ]
}
}]
How can i get array of values of [Introduction,Introduction2,Introduction3]