O que é JSON - JavaScript Object Notation

This commit is contained in:
Luiz Otávio
2022-12-21 08:49:18 -03:00
parent a10c4acb3a
commit 5bcd4388e1
3 changed files with 34 additions and 1 deletions

9
aula175.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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
}