Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. aesonOptions :: AesonOptions xs => Options

    deriving-aeson Deriving.Aeson

    No documentation available.

  2. aesonFromSQL :: FromJSON t => Maybe PGbytea -> IO t

    hpqtypes Database.PostgreSQL.PQTypes.JSON

    Helper for defining FromSQL instance for a type with FromJSON instance.

  3. aesonToSQL :: ToJSON t => t -> ParamAllocator -> (Ptr PGbytea -> IO r) -> IO r

    hpqtypes Database.PostgreSQL.PQTypes.JSON

    Helper for defining ToSQL instance for a type with ToJSON instance.

  4. package aeson-diff

    Extract and apply patches to JSON documents. This is a small library for working with changes to JSON documents. It includes a library and two command-line executables in the style of the diff(1) and patch(1) commands available on many systems.

  5. package aeson-schemas

    Easily consume JSON data on-demand with type-safety Parse JSON data easily and safely without defining new data types. Useful for deeply nested JSON data, which is difficult to parse using the default FromJSON instances.

  6. aesonKeyFromText :: Text -> AesonKey

    fakedata Faker.Internal.Types

    No documentation available.

  7. aesonKeyToText :: AesonKey -> Text

    fakedata Faker.Internal.Types

    No documentation available.

  8. aesonDecodeIO :: FromJSON a => ByteString -> IO a

    hspec-golden-aeson Test.Aeson.Internal.Utils

    run decode in IO, if it returns Left then throw an error.

  9. aesonify :: Document -> Object

    AesonBson Data.AesonBson

    Converts a BSON document to an AESON object.

  10. aesonifyValue :: Value -> Value

    AesonBson Data.AesonBson

    Converts a BSON value to JSON.

Page 5 of many | Previous | Next