UI weird bug - shows wrong numbers

You should be careful using large numbers in JSON documents. Depending on your SDK / JSON library they may be converted to 64-bit floating-point numbers during serialisation. It’s generally safer to use Strings for anything approaching the precision limits of double-precision floats.

See this recent thread for more details.