Safe Haskell | None |
---|---|
Language | Haskell2010 |
This Module provides the RecurringChild type with FromJSON and ToJSON instances.
Synopsis
- data RecurringChild = RecurringChild {}
- parseFromObjectMay :: Object -> Parser (Maybe RecurringChild)
- toPairs :: RecurringChild -> [Pair]
Documentation
data RecurringChild Source #
The RecurringChild
type saves information about how a Task
is child of another Task
wich is recurring.
Instances
parseFromObjectMay :: Object -> Parser (Maybe RecurringChild) Source #
Gathers all fields for a RecurringChild
status.
toPairs :: RecurringChild -> [Pair] Source #
Can be used to serialize RecurringChild
to JSON.