Is this a bug? Api action json data, i cant format correctly the values of an array

There is no decimal type in PHP and float is not as precise as decimal. You could use double as data type or integer and store the value in cents.

https://bugs.php.net/bug.php?id=69974

1 Like