Data.Conduit.JsonRpc.Internal.Types
Description
data Request a Source #
Constructors
Fields
Defined in Data.Conduit.JsonRpc.Internal.Types
Methods
toJSON :: Request a -> Value #
toEncoding :: Request a -> Encoding #
toJSONList :: [Request a] -> Value #
toEncodingList :: [Request a] -> Encoding #
parseJSON :: Value -> Parser (Request Value) #
parseJSONList :: Value -> Parser [Request Value] #
data Response a Source #
showsPrec :: Int -> Response a -> ShowS #
show :: Response a -> String #
showList :: [Response a] -> ShowS #
toJSON :: Response Value -> Value #
toEncoding :: Response Value -> Encoding #
toJSONList :: [Response Value] -> Value #
toEncodingList :: [Response Value] -> Encoding #
parseJSON :: Value -> Parser (Response a) #
parseJSONList :: Value -> Parser [Response a] #