Created
August 26, 2017 17:29
-
-
Save JeremyLikness/4c3d092ffe76a7d87e60444e793de296 to your computer and use it in GitHub Desktop.
Food items with an array of nutrients
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
| { | |
| foodItem: 'Purple pancakes', | |
| nutrients: [ | |
| { name: 'protein', amount: 100 }, | |
| { name: 'carbohydate', amount: 1000 } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment