hercules-ci-cli-0.3.7: The hci command for working with Hercules CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.CLI.JSON

Documentation

toLeafPaths :: [([Text], Value)] -> [([Text], Value)] Source #

writeJsonFile :: ToJSON a => FilePath -> a -> IO () Source #

printJson :: ToJSON a => a -> IO () Source #

withEcho :: Bool -> IO a -> IO a Source #