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):
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.