aeson-yak: Handle JSON that may or may not be a list, or exist
According to the standard promoted by Schema.org, the following are all legally the same object: { field: [data1, data2] } { field: data } { } This library provides an intermediary data type and supporting functions to help aeson parse and output JSON conforming to this frustrating standard.
Downloads
- aeson-yak-0.1.0.0.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.0.0, 0.1.0.1, 0.1.0.2, 0.1.1, 0.1.1.1, 0.1.1.2, 0.1.1.3 |
|---|---|
| Dependencies | aeson (>=0.4 && <0.11), base (>=4.8 && <4.9) [details] |
| License | MIT |
| Copyright | Copyright (c) Theodore Lief Gannon, 2015 |
| Author | Theodore Lief Gannon |
| Maintainer | tanuki@gmail.com |
| Uploaded | by tejon at 2015-10-23T06:29:01Z |
| Category | Data |
| Home page | https://github.com/tejon/aeson-yak |
| Source repo | head: git clone https://github.com/tejon/aeson-yak |
| Distributions | LTSHaskell:0.1.1.3, Stackage:0.1.1.3 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 6032 total (16 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-12-09 [all 3 reports] |