Hello. I am playing with kustom and using the following to pull in a crypto price:
$wg("https://api.cryptowat.ch/markets/kraken/lunausd/price", json, .result.price)$.
The JSON returns a decimal but kustom is converting it to an exponent. For example the JSON is returning 0.00037522 but kustom is displaying it as 3.7522E-4. Any idea on how to stop that from happening?