Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. module Test.Validity.Aeson

    Standard test Specs and raw Propertys for FromJSON and ToJSON instances. You will need TypeApplications to use these.

  2. module Test.Syd.Validity.Aeson

    Standard test Specs and raw Propertys for FromJSON and ToJSON instances. You will need TypeApplications to use these.

  3. module KeyedVals.Handle.Codec.Aeson

    No documentation available.

  4. module Lens.Micro.Aeson

    Traversals for Data.Aeson, based on microlens for minimal dependencies. For basic manipulation of Aeson values, full Prism functionality isn't necessary. Since all Prisms are inherently Traversals, we provide Traversals that mimic the behaviour of the Prisms found in the original Data.Aeson.Lens.

  5. module Control.Monad.Logger.Aeson

    No documentation available.

  6. module Data.Thyme.Format.Aeson

    Instances of FromJSON and ToJSON for UTCTime and ZonedTime, along with a newtype wrapper DotNetTime.

  7. module Data.Validity.Aeson

    No documentation available.

  8. module HsLua.Aeson

    Pushes and retrieves aeson Values to and from the Lua stack.

    • JSON null values are encoded as light userdata containing the NULL pointer.
    • Objects are converted to string-indexed tables.
    • Arrays are converted to sequence tables and are given a metatable. This makes it possible to distinguish between empty arrays and empty objects. The metatable is stored in the registry under key 'HsLua JSON array'' (see also jsonarray).
    • JSON numbers are converted to Lua numbers, i.e., Number; the exact C type may vary, depending on compile-time Lua configuration.

  9. module Data.BCP47.Aeson

    No documentation available.

  10. module Data.Conduit.Aeson

    No documentation available.

Page 2 of many | Previous | Next