uniform-json: handling of JSON and YAML in an uniform way

[ data-text-json-yaml-pandoc, library ] [ Propose Tags ]

remove particular aspects of abstraction in json and yaml - with an eye to use it with pandoc


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.5.1, 0.1.5.2
Change log ChangeLog.md
Dependencies aeson, aeson-pretty, base (>=4.7 && <5), lens, lens-aeson, monads-tf, pretty-show, uniformBase (>=0.1.5), unordered-containers, yaml [details]
License LicenseRef-GPL
Copyright 2021 Andrew U. Frank
Author Andrew Frank
Maintainer Andrew U. Frank <frank@geoinfo.tuwien.ac.at>
Category Data Text JSON YAML Pandoc
Home page https://github.com/andrewufrank/u4blog.git#readme
Bug tracker https://github.com/andrewufrank/u4blog.git/issues
Source repo head: git clone https://github.com/andrewufrank/u4blog.git(uniform-json)
Uploaded by andrewufrank at 2023-04-06T19:49:14Z
Distributions NixOS:0.1.5.2
Reverse Dependencies 6 direct, 0 indirect [details]
Downloads 89 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-04-06 [all 1 reports]

Readme for uniform-json-0.1.5.2

[back to package description]

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).