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.
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.