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.

  1. package monoidmap-aeson

    JSON support for monoidmap. JSON support for the monoidmap package, compatible with aeson.

  2. package registry-aeson

    Aeson encoders / decoders This library provides encoders / decoders which can be easily customized for the Aeson format.

  3. package sydtest-aeson

    An aeson companion library for sydtest An aeson companion library for sydtest

  4. unjsonAeson :: (FromJSON a, ToJSON a, Typeable a) => UnjsonDef a

    unjson Data.Unjson

    Use fromJSON and toJSON to create a UnjsonDef. This function is useful when lifted type is one of the primitives. Although it can be used to lift user defined instances, it is not advisable as there is too much information lost in the process and proper error infomation is not possible. Use full UnjsonDef instance whenever possible. Example:

    instance FromJSON MyType where ...
    instance ToJSON MyType where ...
    instance Unjson MyType where
    unjsonDef = unjsonAeson
    

  5. unjsonAesonWithDoc :: (FromJSON a, ToJSON a) => Text -> UnjsonDef a

    unjson Data.Unjson

    Like unjsonAeson but accepts docstring as additional parameter that should identify type.

  6. package uri-bytestring-aeson

    Aeson instances for URI Bytestring Aeson instances for URI Bytestring

  7. package bytestring-aeson-orphans

    Aeson instances for ByteString, using base 64 encoding Encode ByteStrings as valid JSON using Aeson. The instances provided by this package use base64 encoding to ensure that the ByteString does not contain invalid (for JSON) characters.

  8. package generic-aeson

    Derivation of Aeson instances using GHC generics. Derivation of Aeson instances using GHC generics.

  9. package pipes-aeson

    Encode and decode JSON streams using Aeson and Pipes. Utilities to encode and decode Pipes streams of JSON. See the changelog.md file in the source distribution to learn about any important changes between version.

Page 15 of many | Previous | Next