pipes-aeson: Encode and decode JSON streams using Aeson and Pipes.

[ bsd3, library, parser, pipes ] [ Propose Tags ]

Utilities to encode and decode Pipes streams of JSON.

See the changelog.md file in the source distribution to learn about any important changes between version.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0, 0.2.1, 0.3.0, 0.4, 0.4.1, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.1.4, 0.4.1.5, 0.4.1.6, 0.4.1.7, 0.4.1.8, 0.4.2
Change log changelog.md
Dependencies aeson (>=0.6.1 && <0.9), attoparsec (>=0.10 && <0.13), base (>=4.5 && <5.0), bytestring (>=0.9.2.1), pipes (>=4.1 && <4.2), pipes-attoparsec (>=0.5 && <0.6), pipes-bytestring (>=2.0 && <2.2), pipes-parse (>=3.0.1 && <3.1), transformers (>=0.2 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013-2014
Author Renzo Carbonara
Maintainer renzocarbonaraλgmail.com
Category Pipes, Parser
Home page https://github.com/k0001/pipes-aeson
Bug tracker https://github.com/k0001/pipes-aeson/issues
Source repo head: git clone git://github.com/k0001/pipes-aeson.git
Uploaded by RenzoCarbonara at 2014-07-31T15:00:01Z
Distributions Debian:0.4.1.8
Reverse Dependencies 6 direct, 2 indirect [details]
Downloads 12091 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pipes-aeson-0.4.1.2

[back to package description]

pipes-aeson

Utilities to encode and decode streams of JSON values using Pipes and Aeson.

Check the source or rendered Haddocks for documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.

See the PEOPLE file to learn about the people involved in this effort.