haskell / aeson

A fast Haskell JSON library
Other
1.25k stars 321 forks source link

Resolve #998. Drop attoparsec.Number instances. #1037

Closed phadej closed 1 year ago

phadej commented 1 year ago

More fore: Drop attoparsec dependency alltogether.

We parse scientific from Text manually now. Notice, scientific parser in attoparsec is quadratic (uses decimal).