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.
aesonOptions :: AesonOptions xs => Optionsderiving-aeson Deriving.Aeson No documentation available.
aesonFromSQL :: FromJSON t => Maybe PGbytea -> IO thpqtypes Database.PostgreSQL.PQTypes.JSON Helper for defining FromSQL instance for a type with FromJSON instance.
aesonToSQL :: ToJSON t => t -> ParamAllocator -> (Ptr PGbytea -> IO r) -> IO rhpqtypes Database.PostgreSQL.PQTypes.JSON Helper for defining ToSQL instance for a type with ToJSON instance.
-
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.
-
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.
aesonKeyFromText :: Text -> AesonKeyfakedata Faker.Internal.Types No documentation available.
aesonKeyToText :: AesonKey -> Textfakedata Faker.Internal.Types No documentation available.
aesonDecodeIO :: FromJSON a => ByteString -> IO ahspec-golden-aeson Test.Aeson.Internal.Utils run decode in IO, if it returns Left then throw an error.
aesonify :: Document -> ObjectAesonBson Data.AesonBson Converts a BSON document to an AESON object.
aesonifyValue :: Value -> ValueAesonBson Data.AesonBson Converts a BSON value to JSON.