aeson-flatten: JSON flatten for Aeson

[ bsd3, json, library, text, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2 (info)
Dependencies aeson, base (>=4.7 && <5), text, unordered-containers [details]
License BSD-3-Clause
Copyright 2016 Jiri Marsicek
Author Jiri Marsicek
Maintainer jiri.marsicek@gmail.com
Category Web, Text, JSON
Home page https://github.com/j1r1k/aeson-flatten#readme
Source repo head: git clone https://github.com/j1r1k/aeson-flatten
Uploaded by JiriMarsicek at 2016-05-03T19:24:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1882 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-05-03 [all 1 reports]

Readme for aeson-flatten-0.1.0.2

[back to package description]

aeson-flatten

JSON flatten for Aeson.

See hackage.haskell.org for details.

Installation

Run either cabal install or stack install. This is library, thus there is no executable available.

Running tests

Tests can be run via stack test.

Discalmer

Any feedback is very welcomed.