Zuul.Aeson
Description
Helper functions to derive JSON encoder/decoder
zuulParseJSON :: (Generic a, GFromJSON Zero (Rep a)) => Text -> Value -> Parser a Source #
An helper function to implement the parseJSON class
zuulToJSON :: (Generic a, GToJSON' Value Zero (Rep a)) => Text -> a -> Value Source #
An helper function to implement the toJSON class