Salvando dados Python em JSON com json
This commit is contained in:
24
aula117.json
Normal file
24
aula117.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"nome": "Luiz Otávio 2",
|
||||
"sobrenome": "Miranda",
|
||||
"enderecos": [
|
||||
{
|
||||
"rua": "R1",
|
||||
"numero": 32
|
||||
},
|
||||
{
|
||||
"rua": "R2",
|
||||
"numero": 55
|
||||
}
|
||||
],
|
||||
"altura": 1.8,
|
||||
"numeros_preferidos": [
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10
|
||||
],
|
||||
"dev": true,
|
||||
"nada": null
|
||||
}
|
||||
Reference in New Issue
Block a user