Created
March 9, 2018 17:14
-
-
Save cicerocamargo/31d55585bcc87b761a0fdc51213663e7 to your computer and use it in GitHub Desktop.
Exemplo de JSON para o aplicativo de pizzaria do Gustavo :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"tipo": "pizzas", | |
"valores": [ | |
{ | |
"nome": "", | |
"ingredientes": [], | |
"preco": 0.0, | |
"urlImagem": "" | |
}, | |
{ | |
"nome": "", | |
"ingredientes": [], | |
"preco": 0.0, | |
"urlImagem": "" | |
}, | |
{ | |
"nome": "", | |
"ingredientes": [], | |
"preco": 0.0, | |
"urlImagem": "" | |
}, | |
{ | |
"nome": "", | |
"ingredientes": [], | |
"preco": 0.0, | |
"urlImagem": "" | |
} | |
] | |
}, | |
{ | |
"tipo": "bebidas", | |
"valores": [ | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment