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.
fromAesonOptions :: Options -> SchemaOptionsopenapi3 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.toJSVal_aeson :: ToJSON a => a -> JSM JSValjsaddle GHCJS.Marshal No documentation available.
class (Generic a, All2 AesonDefaultValue Code a) =>
HasSwaggerAesonOptions aswagger2 Data.Swagger.Internal.AesonUtils No documentation available.
-
swagger2 Data.Swagger.Internal.AesonUtils No documentation available.
mkSwaggerAesonOptions :: String -> SwaggerAesonOptionsswagger2 Data.Swagger.Internal.AesonUtils No documentation available.
swaggerAesonOptions :: HasSwaggerAesonOptions a => Proxy a -> SwaggerAesonOptionsswagger2 Data.Swagger.Internal.AesonUtils No documentation available.
fromAesonOptions :: Options -> SchemaOptionsswagger2 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.fromAesonOptions :: Options -> SchemaOptionsswagger2 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.-
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.
xrayAesonOptions :: String -> Optionsaws-xray-client Network.AWS.XRayClient.JSONHelpers Aeson Options to remove prefix and apply snake_case.