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
We're calling an API that returns JSON and has a numeric value of e.g. 10.00. This gets deserialized into a Double of 10.0. IMO this should be deserialized into a BigDecimal instead to maintain the proper precision.