haskell / aeson

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

Produce Value in normal form in D.A.Decoding. #1045

Closed phadej closed 1 year ago

phadej commented 1 year ago

Add nothunks tests. Previously thunks could hide inside Array (i.e. Vector); not anymore.

Resolves #315