Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toList :: KeyMap v -> [(Key, v)]aeson Data.Aeson.KeyMap Return a list of this map's keys and elements. The order is not stable. Use toAscList for stable ordering.
fromJSONKeyList :: FromJSONKey a => FromJSONKeyFunction [a]aeson Data.Aeson.Types This is similar in spirit to the readList method of Read. 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.
-
aeson Data.Aeson.Types No documentation available.
-
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.