JSON: numbers using exponent style are returned as strings instead of numbers
Sometimes a JSON can contain really large or really small numbers using the exponent sign. In the current version these are returned as strings (see the value for "z" image): ![image](/uploads/2a1d9f7f0f12afb3593117e272ce5de2/image.png) However it should be possible to extract the number before the e/E, the number after the e/E and use ADOxx's `pow(x, y)` function to create a valid ADOxx number, which can however end up being too small and being 0.
issue

Code Repository of the OMiLAB Community (operated by OMiLAB NPO)