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.

  1. fromAesonOptions :: Options -> SchemaOptions

    openapi3 Data.OpenApi.SchemaOptions

    Convert Options to SchemaOptions. Specifically the following fields get copied:

    Note that these fields have no effect on SchemaOptions: The rest is defined as in defaultSchemaOptions.

  2. toJSVal_aeson :: ToJSON a => a -> JSM JSVal

    jsaddle GHCJS.Marshal

    No documentation available.

  3. class (Generic a, All2 AesonDefaultValue Code a) => HasSwaggerAesonOptions a

    swagger2 Data.Swagger.Internal.AesonUtils

    No documentation available.

  4. data SwaggerAesonOptions

    swagger2 Data.Swagger.Internal.AesonUtils

    No documentation available.

  5. mkSwaggerAesonOptions :: String -> SwaggerAesonOptions

    swagger2 Data.Swagger.Internal.AesonUtils

    No documentation available.

  6. swaggerAesonOptions :: HasSwaggerAesonOptions a => Proxy a -> SwaggerAesonOptions

    swagger2 Data.Swagger.Internal.AesonUtils

    No documentation available.

  7. fromAesonOptions :: Options -> SchemaOptions

    swagger2 Data.Swagger.Schema

    Convert Options to SchemaOptions. Specifically the following fields get copied:

    Note that these fields have no effect on SchemaOptions: The rest is defined as in defaultSchemaOptions.

  8. fromAesonOptions :: Options -> SchemaOptions

    swagger2 Data.Swagger.SchemaOptions

    Convert Options to SchemaOptions. Specifically the following fields get copied:

    Note that these fields have no effect on SchemaOptions: The rest is defined as in defaultSchemaOptions.

  9. package HsYAML-aeson

    JSON to YAML Adapter The YAML 1.2 format provides a much richer data-model and feature-set than the JavaScript Object Notation (JSON) format. However, sometimes it's desirable to ignore the extra capabilities and treat YAML as if it was merely a more convenient markup format for humans to write JSON data. To this end this module provides a compatibility layer atop HsYAML which allows decoding YAML documents in the more limited JSON data-model while also providing convenience by reusing aeson's FromJSON instances for decoding the YAML data into native Haskell data types.

  10. xrayAesonOptions :: String -> Options

    aws-xray-client Network.AWS.XRayClient.JSONHelpers

    Aeson Options to remove prefix and apply snake_case.

Page 11 of many | Previous | Next