dhall-json

Compile Dhall to JSON or YAML

Version on this page:1.2.1
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.2.1@sha256:69dce722dba7bf864a68ce0a2de66c82b5b08fd82cd71c5bada8f254c1e84935,2223

Module documentation for 1.2.1

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