1. Convert standard snack energy value
DietitianBackground
A dietitian is reviewing a European snack bar label that lists energy content as 840 kJ.
Problem
The dietitian needs to log the snack's energy value in kilocalories with high precision for a client's meal plan.
How to use
Input 840 in the kilojoules field and set the precision to 4.
{
"kilojoules": 840,
"precision": 4
}Outcome
The tool outputs the converted value of approximately 200.7648 kcal in a structured JSON format.