Nutrient

A nutrient record

Field Type Description
type String String enumarion of 'FAT', 'SATFAT', 'ENERGY', 'CARBS', 'SUGAR', 'SALT', 'PROTEIN', 'FIBER', 'NATRIUM'
amount Float Nutrition amount
label String Unit label e.g. gram

Examples

Example 1

{
    "type": "FAT",
    "amount": 9.67,
    "label": "..."
}
This is a development version Do not use this version in production
1.10.0 development