The 0 at the end will be ignored, resulting in the float becoming to an int, is this as expected? `JSONbig.parse('{"aa":1.01}')` => `{aa:1.01}` but `JSONbig.parse('{"aa":1.00}')`=> `{aa:1}`