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.
-
Mapping between Aeson's JSON and Bson objects. This package lets you convert between Aeson's JSON and Bson objects.
-
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. -
Agda Agda.Interaction.JSON Exception thrown by throwDecode and variants.
AesonException :: String -> AesonExceptionAgda Agda.Interaction.JSON No documentation available.
AesonParserError :: String -> ParserErrorconduit-aeson Data.Conduit.Aeson Aeson parser failure
type
AesonField = (Name, Name, FieldName)morpheus-graphql-client Data.Morpheus.Client.CodeGen.AST No documentation available.
-
safe-json Data.Aeson.Safe Exception thrown by throwDecode and variants.
AesonException :: String -> AesonExceptionsafe-json Data.Aeson.Safe No documentation available.
-
No documentation available.
-
Parsing of aeson's Value with attoparsec Parsing of aeson's Value with attoparsec, originally from aeson.