dhall-json

Compile Dhall to JSON or YAML

Version on this page:1.0.8
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.8@sha256:4c9aea9010e24c6e9ed7970a1dd75d174316feafbac20e50bcfa62306cce1a44,2291

Module documentation for 1.0.8

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