so, this question here states that removing trailing zeros is a bug... but what if I want that behavior? Is there a way to set this?
input (decimal): 1.99000
should be
output (json): 1.99
so, this question here states that removing trailing zeros is a bug... but what if I want that behavior? Is there a way to set this?
input (decimal): 1.99000
should be
output (json): 1.99