I have this JSON and I can't find a way to deserialize it. There is problem that MAC address in first "subnode" does not have a name. So, I don't know how to construct deserialized classes.
{
'nodes': {
'00:00:00:00:00:00:00:9D': {
'node_id': 1,
'rssi': 12,
'temperature': 26,
'pressure': 995,
'humidity': 26,
'gas_resistance': 465341,
'iaq': 1
}
}
}