Latish Sehgal

Results 1 issues of Latish Sehgal

**Describe the bug** `parseAsync` throws error when json contains exponential number **To Reproduce** ``` const a = JSON.parse('{"dx": 8.97569134394871e-06}') console.log(a) let item = await parseAsync('{"dx": 8.97569134394871e-06}') // throws exception: Error:...