Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
peekToAeson :: Peeker e (ToAeson e)hslua-aeson HsLua.Aeson Gets the ToAeson function from a Lua userdata object.
pushToAeson :: Pusher e (ToAeson e)hslua-aeson HsLua.Aeson Pushes a function that converts the object at a given index into a Value.
-
Use tests to monitor changes in Aeson serialization Use tests to monitor changes in Aeson serialization
-
hspec-golden-aeson Test.Aeson.Internal.ADT.RoundtripSpecs Same as roundtripADTSpecs but has the option of passing a note to the describe function.
-
hspec-golden-aeson Test.Aeson.Internal.RoundtripSpecs Same as roundtripSpecs, but optionally add notes to the describe function.
-
hspec-golden-aeson Test.Aeson.Internal.RoundtripSpecs Same as genericAesonRoundtripWithNote, but no need for Typeable, Eq, or Show
checkAesonEncodingEquality :: (ToJSON a, FromJSON a) => JsonShow a -> Boolhspec-golden-aeson Test.Aeson.Internal.Utils This function will compare one JSON encoding to a subsequent JSON encoding, thus eliminating the need for an Eq instance
-
A tiny JSON library with light dependency footprint microaeson aims to provide a RFC 8259 compliant JavaScript Object Notation (JSON) implementation. The microaeson package provides a smaller subset of the aeson API with less dependencies and a simpler implementation. The API is designed in such a way to allow to easily convert client code written against microaeson's API to use the full aeson API.
attoAeson :: Parser a -> Value -> Parser aaeson-attoparsec Data.Aeson.Attoparsec No documentation available.
FromAeson :: String -> ErrorSpecifics erraeson-better-errors Data.Aeson.BetterErrors An error arising inside a FromJSON instance.