aeson-prefix: Hiearchical prefixing 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), mtl, text, unordered-containers, vector [details]
License BSD-3-Clause
Copyright 2016 Jiri Marsicek
Author Jiri Marsicek
Maintainer jiri.marsicek@gmail.com
Category Text, Web, JSON
Home page https://github.com/j1r1k/aeson-prefix#readme
Source repo head: git clone https://github.com/j1r1k/aeson-prefix
Uploaded by JiriMarsicek at 2016-04-17T20:38:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1885 total (8 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-10-26 [all 1 reports]

Readme for aeson-prefix-0.1.0.2

[back to package description]

aeson-prefix

Hiearchical prefixing of JSON objects from 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.