Prelate.Json
Description
Aeson TH functions
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.