jsonata-java icon indicating copy to clipboard operation
jsonata-java copied to clipboard

$string(double) chooses exponent notation for small numbers

Open aeberhart opened this issue 1 year ago • 0 comments

Input: { "x" : 100.0 }

Expression: $string(x)

Output: 1e+2

should be: 100

aeberhart avatar Jun 14 '24 15:06 aeberhart