dhall-json

Compile Dhall to JSON or YAML

Version on this page:1.0.7
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.7@sha256:e2aee451bf1b083aae2eaf11dc640ae613345c6629e701919b75e94a5113c90f,2357

Module documentation for 1.0.7

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