joy
joy copied to clipboard
Floating point values are parsed as less performant BigDecimals
The JSON Parser uses internally BigDecimal objects for floating point values. This is less performant than a double, against the ability to use larger values.
There should be a parser option to trigger to use of double for storing floating point values in order to gain better processing performance.