liblawless-0.14.0.4: Prelude based on protolude for GHC 8 and beyond.

Safe HaskellNone
LanguageHaskell2010

Aeson

Documentation

lawlessToJSONEncoding :: forall a. (GToEncoding (Rep a), Generic a) => a -> Encoding Source #

lawlessParseJSON :: forall a. (GFromJSON (Rep a), Generic a) => Value -> Parser a Source #