Example file: ``` --- This is dhall file { foo = "jax" } ``` The Output it gives: ``` { foo = "jax" } ```