lens / lens-aeson

Traversals and Prisms for Data.Aeson
MIT License
50 stars 18 forks source link

Use `aeson`'s `decode` to parse `ByteString`s #54

Closed RyanGlScott closed 1 year ago

RyanGlScott commented 1 year ago

This paves the way to use a more efficient version of decode in an upcoming aeson release.

This mirrors a similar change to aeson-optics in phadej/aeson-optics#16.