: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework;
* @return string the JavaScript float representation of the string
public static function floatToString($number) {
return json_encode(floatval($number));