| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 23:15:00 GMT
X-Served-By: cache-dfw-kdal2120083-DFW, cache-bom-vanm7210083-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768605300.741083,VS0,VE295
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
uniform-json: handling of JSON and YAML in an uniform way
[Skip to Readme]
uniform-json: handling of JSON and YAML in an uniform way
remove particular aspects of abstraction in json and yaml - with an eye to use it with pandoc
[Skip to Readme]
Downloads
- uniform-json-0.1.5.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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> |
| Uploaded | by andrewufrank at 2023-04-06T19:49:14Z |
| 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) |
| Distributions | NixOS:0.1.5.2 |
| Reverse Dependencies | 6 direct, 0 indirect [details] |
| Downloads | 183 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).