fixed

Fixed Floating Point Precision in JSON Responses

Fixed an issue where certain decimal values were incorrectly displayed in API JSON responses due to floating point precision errors.

Problem

Values like 4.1, 3.1, 2.1, and 1.1 were being displayed as 4.099999, 3.099999, 2.099999, and 1.099999 in API responses.

Impact

  • No breaking changes to the API
  • Decimal values in all API responses now display correctly

API Version

2.0.6