Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data PrettyJSON Source #
PrettyJSON content type.
Instances
Accept PrettyJSON Source # | |
Defined in Servant.Docs.Internal.Pretty contentType :: Proxy PrettyJSON -> MediaType Source # contentTypes :: Proxy PrettyJSON -> NonEmpty MediaType Source # |
|
ToJSON a => MimeRender PrettyJSON a Source # | |
Defined in Servant.Docs.Internal.Pretty mimeRender :: Proxy PrettyJSON -> a -> ByteString Source # |
type family Pretty (api :: k) :: k where ... Source #
Replace all JSON content types with PrettyJSON.
Kind-polymorphic so it can operate on kinds
*
and
[*]
.