Slide 28
Slide 28 text
Life of a Query: ToJSON
{
"steven": [
{
"director.film": [
{
"initial_release_date": "2008-05-18",
"name.en": "Indiana Jones and the Kingdom of the Crystal Skull"
},
{
"initial_release_date": "1989-05-24",
"name.en": "Indiana Jones and the Last Crusade"
},
{
"initial_release_date": "1984-05-23",
"name.en": "Indiana Jones and the Temple of Doom"
},
{
"initial_release_date": "1981-06-12",
"name.en": "Indiana Jones and the Raiders of the Lost Ark"
}
]
}
]
}