dhall-json-1.3.0: Convert between Dhall and JSON or YAML

Safe HaskellNone
LanguageHaskell98

Dhall.Yaml

Synopsis

Documentation

jsonToYaml :: Value -> Bool -> Bool -> ByteString Source #

Transform json representation into yaml

yamlToJson :: ByteString -> Either String Value Source #

Transform yaml representation into dhall