Package

purescript-argonaut-aeson-generic

Repository
coot/purescript-argonaut-aeson-generic
License
MPL-2.0
Uploaded by
pacchettibotti
Published on
2022-12-24T02:21:41Z

Maintainer: coot Maintainer: peterbecich Documentation CI

Generic codec for aeson generic encoding. The promise is to support interoperation with the generic encoding of Haskell's Aeson. The default options mirror Aeson's (so you can use defaultOptions on both sides), and additionally all combinations of flags allNullaryToStringTag and tagSingleConstructors are supported.

The package provides genericEncodeAeson and genericDecodeAeson function for data types that have a Generic.Rep instance.

It is updated to work with purescript-0.15.