The Json-Object sent from the CanSat contains an array of datasets.

A dataset consists of:


{
    "description": "atmospheric_pressure",  (1)
    "value": "4", (2)
    "unit": "pascal", (3)
    "timestamp": "2021-01-11T13:11:09.35" (4)
}

{
    "description": "temperature", (1)
    "value": "200", (2)
    "unit": "celsius",  (3)
    "timestamp": "2021-01-11T13:11:09.5Z4"  (4)
}
1 a description → what the dataset contains
2 the value itself
3 the unit of the value
4 timestamp → time of recording by the CANsat