Package

purescript-argonaut-aeson-generic

Repository
coot/purescript-argonaut-aeson-generic
License
MPL-2.0
Uploaded by
coot
Published on
2017-10-19T13:22:11Z

Maintainer: coot Documentation Build Status

Generic codec for aeson generic encoding (only supporting defaultOptions with allNullaryToStringTag set to true).

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

It is using Data.Generic.Rep hence it will work with purescirpt-0.12, unlike purescript-argonaut-generic-codec which at the moment is based on Data.Generic for which generic deriving has been removed from the purescript compiler in this commit.

It is based on purescript-argonaut-generic.