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.
-
Standard test Specs and raw Propertys for FromJSON and ToJSON instances. You will need TypeApplications to use these.
module Test.Syd.Validity.
Aeson Standard test Specs and raw Propertys for FromJSON and ToJSON instances. You will need TypeApplications to use these.
module KeyedVals.Handle.Codec.
Aeson No documentation available.
-
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.
module Control.Monad.Logger.
Aeson No documentation available.
module Data.Thyme.Format.
Aeson Instances of FromJSON and ToJSON for UTCTime and ZonedTime, along with a newtype wrapper DotNetTime.
-
No documentation available.
-
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.
-
No documentation available.
-
No documentation available.