cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Json.Encode

Synopsis

Documentation

encodeJson :: ToJSON a => a -> ByteString Source #

Encode JSON with pretty printing.

encodeYaml :: ToJSON a => a -> ByteString Source #

Encode YAML with pretty printing.