Changelog
- Updated
json_encode
on Hmac generator, to include JSON_PRESERVE_ZERO_FRACTION, ensuring numbers like 100.0 remain as 100.0 in the JSON output instead of being converted to 100.
json_encode
on Hmac generator, to include JSON_PRESERVE_ZERO_FRACTION, ensuring numbers like 100.0 remain as 100.0 in the JSON output instead of being converted to 100.