As per your example above, JSON parser is failing on this part:
"antenna_gps": {"py/tuple": [01.12343455, 02.45542]}
You can check the syntax e.g. with this tool
https://jsonformatter.curiousconcept.com
So I suppose that the data returned by this web service might change time after time and sometimes the data confirms with what the JSON parser expects.
"antenna_gps": {"py/tuple": [01.12343455, 02.45542]}
You can check the syntax e.g. with this tool
https://jsonformatter.curiousconcept.com
So I suppose that the data returned by this web service might change time after time and sometimes the data confirms with what the JSON parser expects.
parameter.