Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Spotify.Types.Internal.CustomJSON
Documentation
newtype CustomJSON a Source #
Constructors
CustomJSON a |
Instances
(Generic a, GFromJSON Zero (Rep a), Typeable a) => FromJSON (CustomJSON a) Source # | |
Defined in Spotify.Types.Internal.CustomJSON Methods parseJSON :: Value -> Parser (CustomJSON a) # parseJSONList :: Value -> Parser [CustomJSON a] # | |
Generic (CustomJSON a) Source # | |
Defined in Spotify.Types.Internal.CustomJSON Associated Types type Rep (CustomJSON a) :: Type -> Type # | |
type Rep (CustomJSON a) Source # | |
Defined in Spotify.Types.Internal.CustomJSON type Rep (CustomJSON a) = D1 ('MetaData "CustomJSON" "Spotify.Types.Internal.CustomJSON" "spotify-0.1.0.1-DSXk6mPWfQGGnICPbDr6pO-spotify-types" 'True) (C1 ('MetaCons "CustomJSON" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a))) |