Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Mensam.API.Aeson
Documentation
type JSONSettings constructorPrefix fieldPrefix = '[ConstructorTagModifier '[StripPrefix constructorPrefix, CamelToKebab], SumTaggedObject "tag" "value", FieldLabelModifier '[StripPrefix fieldPrefix, CamelToKebab], RejectUnknownFields] Source #
data NameOrIdentifier name identifier Source #
Constructors
Name name | |
Identifier identifier |
Instances
newtype ErrorParseBodyJson Source #
Constructors
MkErrorParseBodyJson | |
Fields |
Instances
newtype ErrorParseBodyJpeg Source #
Constructors
MkErrorParseBodyJpeg | |
Fields |