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.
Did you try to change the Decimal Mark to DecimalComma ?
Had to do it on all my Double values despite the json value was coming in with a dot separator