dhall-json

Compile Dhall to JSON or YAML

Version on this page:1.0.12
LTS Haskell 21.25:1.7.11@rev:1
Stackage Nightly 2023-06-21:1.7.11@rev:1
Latest on Hackage:1.7.12@rev:2

See all snapshots dhall-json appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:dhall-json-1.0.12@sha256:2367fecd06efeac572b672dbe37c3194cd0508527edf93099404768149138e01,2150

Module documentation for 1.0.12

Use this package if you want to compile Dhall expressions to JSON or YAML. You can use this package as a library or an executable:

  • See the Dhall.JSON module if you want to use this package as a library

  • Use the dhall-to-json or dhall-to-yaml programs from this package if you want an executable

The Dhall.JSON module also contains instructions for how to use this package