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.

  1. 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.

  2. 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.

  3. liftParseJSONList :: FromJSON1 f => Maybe a -> (Value -> Parser a) -> (Value -> Parser [a]) -> Value -> Parser [f a]

    aeson Data.Aeson.Types

    No documentation available.

  4. liftParseJSONList2 :: FromJSON2 f => Maybe a -> (Value -> Parser a) -> (Value -> Parser [a]) -> Maybe b -> (Value -> Parser b) -> (Value -> Parser [b]) -> Value -> Parser [f a b]

    aeson Data.Aeson.Types

    No documentation available.

  5. liftToEncodingList :: ToJSON1 f => (a -> Bool) -> (a -> Encoding) -> ([a] -> Encoding) -> [f a] -> Encoding

    aeson Data.Aeson.Types

    No documentation available.

  6. liftToEncodingList2 :: ToJSON2 f => (a -> Bool) -> (a -> Encoding) -> ([a] -> Encoding) -> (b -> Bool) -> (b -> Encoding) -> ([b] -> Encoding) -> [f a b] -> Encoding

    aeson Data.Aeson.Types

    No documentation available.

  7. liftToJSONList :: ToJSON1 f => (a -> Bool) -> (a -> Value) -> ([a] -> Value) -> [f a] -> Value

    aeson Data.Aeson.Types

    No documentation available.

  8. liftToJSONList2 :: ToJSON2 f => (a -> Bool) -> (a -> Value) -> ([a] -> Value) -> (b -> Bool) -> (b -> Value) -> ([b] -> Value) -> [f a b] -> Value

    aeson Data.Aeson.Types

    No documentation available.

  9. parseJSONList :: FromJSON a => Value -> Parser [a]

    aeson Data.Aeson.Types

    No documentation available.

  10. toEncodingList :: ToJSON a => [a] -> Encoding

    aeson Data.Aeson.Types

    No documentation available.

Page 49 of many | Previous | Next