ibmruntimes / yieldable-json

Asynchronous JSON parser and stringify APIs that make use of generator patterns
Other
145 stars 22 forks source link

parser: parse exponential numbers #21

Closed akudinov-consultant closed 4 years ago

akudinov-consultant commented 4 years ago

Fixes parsing for exponential number such as: 1e+2 1e-2

yathamravali commented 4 years ago

Landed as 682e56aca7170924e090ec2c881bdaf8baa43cfc

Thanks!!