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
.