serverless-haskell-0.4.2: Deploying Haskell code onto AWS Lambda using Serverless

Safe HaskellNone
LanguageHaskell2010

Data.Aeson.TextValue

Description

Provides FromJSON and ToJSON instances for anything that has FromText and ToText instances, e.g. TextValue Text, (FromJSON a, ToJSON a) => TextValue (Embedded a), TextValue Base64

Documentation

unTextValue :: forall a a. Iso (TextValue a) (TextValue a) a a Source #