Redmine-0.0.7: Library to access Redmine's REST services
Redmine.JSON
Synopsis
parseJSON :: FromJSON a => Value -> Parser a
toJSON :: ToJSON a => a -> Value
Convert a Haskell value to a JSON-friendly intermediate type.