PB 2017 R3
I'm consuming a third party REST service using httpclient and when parsing the returned JSON-string I do it with JsonParser.
The number values in the returned JSON string are always supplied with a dot (".") for decimal point. It seems like JsonParser.getitemnumber fails if the region setting for decimal point is "," or anything else than ".". Is this intended? How can I get around it? I cannot control the local number format settings of the users' PCs.
Creating simple test case often helped me identify bug in my own code.
TIP on regional settings: User PC may have different settings than app's database. So ORDER BY in DataWindow's SELECT may sort data different than sort criteria in the DataWindow object. EX: In Danish "AAA" sorts after "ZZZ".