Files
cursopython2023/aula177.json
2022-12-22 09:15:15 -03:00

15 lines
297 B
JSON

{
"title": "O Senhor dos Anéis: A Sociedade do Anel",
"original_title": "The Lord of the Rings: The Fellowship of the Ring",
"is_movie": true,
"imdb_rating": 8.8,
"year": 2001,
"characters": [
"Frodo",
"Sam",
"Gandalf",
"Legolas",
"Boromir"
],
"budget": null
}