JSON Parsing Error


#1

Hi,

I have MQTT Messages Published with this Payload:
{“data”: {“Idx”: 1, “MAC”: “8d5700000af1”,
“H”: 59.125, “V”: 3115, “Name”: “Kuehlschrank”,
“T”: 4.25}, “ts”: [2022, 11, 4, 4, 7, 18, 8, 281722], “type”: “temperature”}

The Web-Interface states a “JSON Parse Error”, Payload Error
with these Details:
"Unexpected token ‘&’, “{“data”: {“Id”… is not valid JSON for input: {“data”: {“Idx”: 1, “MAC”: “8d5700000af1”,
“H”: 59.125, “V”: 3115, “Name”: “Kuehlschrank”,
“T”: 4.25}, “ts”: [2022, 11, 4, 4, 7, 18, 8, 281722], “type”: “temperature”}”

I have no idea what is meant, because JSON-Lint shows perfect formed JSON.

Any idea is welcome!

regards, Bernhard