Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
aesonToBytes :: Value -> ByteString Source #
aesonToValue :: Value -> Value Source #
bytesToAeson :: ByteString -> Either String Value Source #
bytesToValue :: ByteString -> Either String Value Source #
jsonSerde :: (Eq m, Ord m, Read m, Show m) => Type m -> GraphFlow m (Coder (Context m) (Context m) (Term m) ByteString) Source #
jsonSerdeStr :: (Eq m, Ord m, Read m, Show m) => Type m -> GraphFlow m (Coder (Context m) (Context m) (Term m) String) Source #
valueToAeson :: Value -> Value Source #
valueToBytes :: Value -> ByteString Source #
valueToString :: Value -> String Source #