Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [
  2. {
  3. "tipo": "Manhã",
  4. "horário": "07:30",
  5. "alimento": "Ovo",
  6. "quantidade": 3
  7. },
  8. {
  9. "tipo": "Manhã",
  10. "horário": "07:30",
  11. "alimento": "Mandioca",
  12. "quantidade": 100
  13. },
  14. {
  15. "tipo": "Tarde",
  16. "horário": "12:00",
  17. "alimento": "Carne",
  18. "quantidade": 250
  19. }
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement