jsonata-java
jsonata-java copied to clipboard
$string(double) chooses exponent notation for small numbers
Input: { "x" : 100.0 }
Expression: $string(x)
Output: 1e+2
should be: 100