schmittjoh / serializer

Library for (de-)serializing data of any complexity (supports JSON, and XML)
http://jmsyst.com/libs/serializer
MIT License
2.32k stars 585 forks source link

float/double add third parameter to define fixed numbers of decimals.… #1416

Closed riccardonar closed 1 year ago

riccardonar commented 2 years ago

… In json this param force to cast the result as a string. fix #1415

Q A
Bug fix? yes
New feature? yes
Doc updated yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #1415
License MIT
goetas commented 1 year ago

Done in https://github.com/schmittjoh/serializer/pull/1456