Save the following dictionary into a JSON file called data.json, then load it from the file and print the names of all movies.
movies = {
"movies": [
{"title": "Matrix", "year": 1999},
{"title": "Inception", "year": 2010},
{"title": "Interstellar", "year": 2014}
]
}
Download the file ludia.json and create a program that: