Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created August 26, 2017 17:29
Show Gist options
  • Select an option

  • Save JeremyLikness/4c3d092ffe76a7d87e60444e793de296 to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/4c3d092ffe76a7d87e60444e793de296 to your computer and use it in GitHub Desktop.
Food items with an array of nutrients
{
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