php-unserialize-js
php-unserialize-js copied to clipboard
Feat/float precision
Added an option floatPrecision that when set to an integer value above 0 will fix float values to a specific precision.
phpunserialize('<A SERIALIZED OBJ>', { floatPrecision: 3 });
Needs rebasing and tests.