You permit NaN, Infinity and -Infinity to pass through while all other libraries (and I do mean all) filter these values to null. Also, you parse -Infinity but throw an error on the other two values mentioned, you may want to implement better syntax filtering.