Wrong decimal place JSON parser
Hi,
I have been using JSON token from a website to get the windspeed for the day, and it have been working great. But from some of the latest server updates the decimal point is in the wrong place.
Like today the data is this:
"name":"ws","levelType":"hl","level":10,"unit":"m/s","values":[4.3]
But the value I get in bOS is 43. It's like it's dropping the decimalpoint.
I've questioned some time ago if not a bug, since it doesn't make sense to me to have to select DecimalComma while having dot in the json answer. Didn't see an answser so far.
Anyway, happy to read it fixed your issue.