| License | BSD-3-Clause |
|---|---|
| Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
| Safe Haskell | None |
| Language | Haskell2010 |
Servant.Yaml
Description
An YAML empty data type with MimeRender instances for yaml /
aeson's ToJSON class and Value datatype. You should only need to
import this module for it's instances and the YAML datatype.:
>>>type YamlGET a = Get '[YAML] a
Will then check that a has a ToJSON instance (Value has).
- data YAML