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

Safe HaskellNone
LanguageHaskell2010

Aeson

Documentation

module Generics

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

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