Last active
January 6, 2022 15:11
-
-
Save medeirosjoaquim/7d8a3c588d3306e0d0995c84203235b4 to your computer and use it in GitHub Desktop.
diet_model
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
[ | |
{ | |
"date": "05-01-2022", | |
"morning": [ | |
{ | |
"food": "egg", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "cake", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "coffee", | |
"quantity": 1, | |
"calories": 100 | |
} | |
], | |
"morning_snack": [ | |
{ | |
"food": "egg", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "cake", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "coffee", | |
"quantity": 1, | |
"calories": 100 | |
} | |
], | |
"lunch": [ | |
{ | |
"food": "egg", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "cake", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "coffee", | |
"quantity": 1, | |
"calories": 100 | |
} | |
], | |
"afternoon_snack": [ | |
{ | |
"food": "egg", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "cake", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "coffee", | |
"quantity": 1, | |
"calories": 100 | |
} | |
], | |
"dinner": [ | |
{ | |
"food": "egg", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "cake", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "coffee", | |
"quantity": 1, | |
"calories": 100 | |
} | |
], | |
"evening_snack": [ | |
{ | |
"food": "egg", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "cake", | |
"quantity": 1, | |
"calories": 100 | |
}, | |
{ | |
"food": "coffee", | |
"quantity": 1, | |
"calories": 100 | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment