You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: