| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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
Constructors
| TextValue | |
Fields
| |
unTextValue :: forall a a. Iso (TextValue a) (TextValue a) a a #