Copyright | (C) 2015 Braden Walters |
---|---|
License | MIT (see LICENSE file) |
Maintainer | Braden Walters <vc@braden-walters.info> |
Stability | experimental |
Portability | ghc |
Safe Haskell | None |
Language | Haskell2010 |
Network.Transportation.Germany.DVB.Route.JSON
Description
Documentation
Parsing JSON type for trips.
Constructors
Trip | |
Fields
|
Instances
FromJSON Trip |
Parsing JSON type for trip legs.
Instances
FromJSON Leg |
Parsing JSON type for the mode object in trip legs.
Constructors
LegMode | |
Fields
|
Instances
FromJSON LegMode |
Parsing JSON type for stops in trips.
Instances
FromJSON Stop |