spotify-0.1.0.1: Spotify Web API
Safe HaskellSafe-Inferred
LanguageGHC2021

Spotify.Types.Internal.CustomJSON

Documentation

newtype CustomJSON a Source #

Constructors

CustomJSON a 

Instances

Instances details
(Generic a, GFromJSON Zero (Rep a), Typeable a) => FromJSON (CustomJSON a) Source # 
Instance details

Defined in Spotify.Types.Internal.CustomJSON

Generic (CustomJSON a) Source # 
Instance details

Defined in Spotify.Types.Internal.CustomJSON

Associated Types

type Rep (CustomJSON a) :: Type -> Type #

Methods

from :: CustomJSON a -> Rep (CustomJSON a) x #

to :: Rep (CustomJSON a) x -> CustomJSON a #

type Rep (CustomJSON a) Source # 
Instance details

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)))