Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package AesonBson

    Mapping between Aeson's JSON and Bson objects. This package lets you convert between Aeson's JSON and Bson objects.

  2. module Data.AesonBson

    Convert JSON to BSON and the other way around. Note that BSON has more data types than JSON, so some BSON to JSON conversions are not bijective and somewhat arbitrary. This means that for some BSON objects:

    bsonify . aesonify /= id
    bsonifyValue . aesonifyValue /= id
    
    We tried to choose sensible translations on those cases.

  3. newtype AesonException

    Agda Agda.Interaction.JSON

    Exception thrown by throwDecode and variants.

  4. AesonException :: String -> AesonException

    Agda Agda.Interaction.JSON

    No documentation available.

  5. AesonParserError :: String -> ParserError

    conduit-aeson Data.Conduit.Aeson

    Aeson parser failure

  6. type AesonField = (Name, Name, FieldName)

    morpheus-graphql-client Data.Morpheus.Client.CodeGen.AST

    No documentation available.

  7. newtype AesonException

    safe-json Data.Aeson.Safe

    Exception thrown by throwDecode and variants.

  8. AesonException :: String -> AesonException

    safe-json Data.Aeson.Safe

    No documentation available.

  9. module AesonValueParser

    No documentation available.

  10. package attoparsec-aeson

    Parsing of aeson's Value with attoparsec Parsing of aeson's Value with attoparsec, originally from aeson.

Page 9 of many | Previous | Next