Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class GetConName f =>
GToJSONKey (f :: k -> Type)aeson Data.Aeson.Types No documentation available.
class
GToJSON' enc arity (f :: Type -> Type)Agda Agda.Interaction.JSON Class of generic representation types that can be converted to JSON.
class GetConName f =>
GToJSONKey (f :: k -> Type)Agda Agda.Interaction.JSON No documentation available.
class
GToJSON' enc arity (f :: Type -> Type)safe-json Data.Aeson.Safe Class of generic representation types that can be converted to JSON.
class GetConName f =>
GToJSONKey (f :: k -> Type)safe-json Data.Aeson.Safe No documentation available.
-
aeson-generic-compat Data.Aeson.Generic.Compat No documentation available.
gtoJSONf :: GtoJson f => Settings -> Bool -> Bool -> f a -> Either [Value] [(Text, Value)]generic-aeson Generics.Generic.Aeson Generically show a functor as a JSON value. The first argument tells us if there are multiple constructors in the data type. The second indicates if this data type is an enumeration (only empty constructors). A functor is then converted to either a list of values (for non-labeled fields) or a list of String/value pairs (for labeled fields).
-
generic-aeson Generics.Generic.Aeson No documentation available.
Page 2 of 2 | Previous