@hackage dhall-json1.7.12
Convert between Dhall and JSON or YAML
Categories
License
BSD-3-Clause
Maintainer
GenuineGabriella@gmail.com
Links
Versions
Installation
Dependencies (16)
- aeson >=1.4.6.0 && <2.2
- aeson-pretty >=0.8.0 && <0.9
- aeson-yaml >=1.1.0 && <1.2
- base >=4.11.0.0 && <5
- bytestring <0.12
- containers >=0.5.9 && <0.9 Show all…
Dependents (10)
@hackage/curl-runnings, @hackage/ghcup, @hackage/dhall-lsp-server, @hackage/hpack-dhall, @hackage/conferer-provider-dhall, @hackage/dhall-fly, Show all…
Use this package if you want to convert between Dhall expressions and JSON or YAML. You can use this package as a library or an executable:
See the
Dhall.JSONorDhall.JSONToDhallmodules if you want to use this package as a libraryUse the
dhall-to-json,dhall-to-yaml, orjson-to-dhallprograms from this package if you want an executable
The Dhall.JSON and Dhall.JSONToDhall modules also contains instructions
for how to use this package