Safe Haskell | None |
---|---|
Language | Haskell2010 |
Orphan instances
FromJSON Millisecond Source # | |
parseJSON :: Value -> Parser Millisecond parseJSONList :: Value -> Parser [Millisecond] | |
FromJSON Second Source # | |
parseJSON :: Value -> Parser Second parseJSONList :: Value -> Parser [Second] | |
ToJSON Millisecond Source # | |
toJSON :: Millisecond -> Value toEncoding :: Millisecond -> Encoding toJSONList :: [Millisecond] -> Value toEncodingList :: [Millisecond] -> Encoding | |
ToJSON Second Source # | |
toJSON :: Second -> Value toEncoding :: Second -> Encoding toJSONList :: [Second] -> Value toEncodingList :: [Second] -> Encoding |