Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
aeson Data.Aeson.Types No documentation available.
-
aeson Data.Aeson.Types No documentation available.
-
aeson Data.Aeson.Types No documentation available.
liftToJSONList :: ToJSON1 f => (a -> Bool) -> (a -> Value) -> ([a] -> Value) -> [f a] -> Valueaeson Data.Aeson.Types No documentation available.
-
aeson Data.Aeson.Types No documentation available.
parseJSONList :: FromJSON a => Value -> Parser [a]aeson Data.Aeson.Types No documentation available.
toEncodingList :: ToJSON a => [a] -> Encodingaeson Data.Aeson.Types No documentation available.
toJSONKeyList :: ToJSONKey a => ToJSONKeyFunction [a]aeson Data.Aeson.Types This is similar in spirit to the showsList method of Show. It makes it possible to give String keys special treatment without using OverlappingInstances. End users should always be able to use the default implementation of this method.
toJSONList :: ToJSON a => [a] -> Valueaeson Data.Aeson.Types No documentation available.
fromList :: (Eq k, Hashable k) => [(k, v)] -> HashMap k vunordered-containers Data.HashMap.Internal Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.