@hackage uniform-json0.1.5.2
handling of JSON and YAML in an uniform way
Categories
License
LicenseRef-GPL
Maintainer
Andrew U. Frank <frank@geoinfo.tuwien.ac.at>
Links
Versions
Installation
Dependencies (10)
- aeson
- aeson-pretty
- base >=4.7 && <5
- lens
- lens-aeson
- monads-tf Show all…
Dependents (6)
@hackage/daino, @hackage/uniform-http, @hackage/uniform-pandoc, @hackage/uniform-latex2pdf, @hackage/ReplaceUmlaut, @hackage/uniform-shake
Uniform approach to use JSON and YAML
To use JSON and YAML in Haskell - connecting to other tools which expects input or produce output in those formats - is a challenge.
A set of functions which were used in a few projects - some connected to pandoc - are here collected and arranged to work in the uniform style (use ErrIO, text).