This file contains hidden or 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
| { | |
| "cardapio": [ | |
| { | |
| "id": 1, | |
| "nome": "Macarronada à Bolonhesa", | |
| "preco": 45.90, | |
| "categoria": "Prato Principal", | |
| "descricao": "Massa fresca artesanal com molho rústico de tomates e carne moída.", | |
| "imagem_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Macaroni_and_cheese_%281%29.jpg/500px-Macaroni_and_cheese_%281%29.jpg" | |
| }, |