json.dump e json.load com arquivos
This commit is contained in:
15
aula177.json
Normal file
15
aula177.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user