prelate-0.4.0.0: A Prelude
Safe HaskellSafe-Inferred
LanguageHaskell2010

Prelate.Json

Description

Aeson TH functions

Synopsis

Documentation

json :: Name -> Q [Dec] Source #

Derive Aeson codecs that strip underscores and unwrap data/newtype with single fields.

unaryJson :: Name -> Q [Dec] Source #

Derive Aeson codecs that strip underscores.