haskell / aeson

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

Use Decoding parsers as default #1036

Closed phadej closed 1 year ago

phadej commented 1 year ago

Move Data.Aeson.Parser(.Internal) into new package attoparsec-aeson

Update tests and benchmarks (mostly forced cleanup). Very few error messages are now different, e.g. on unexpected end-of-input.