aeson-optics: Law-abiding optics for aeson

[ data, json, library, mit, optics ] [ Propose Tags ]

Law-abiding optics for aeson.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1, 1.1.0.1, 1.1.1, 1.2, 1.2.0.1, 1.2.1
Dependencies aeson (>=0.11 && <1.5), attoparsec (>=0.13.1.0 && <0.14), base (>=4.9 && <5), base-compat (>=0.9.3 && <0.12), bytestring (>=0.10.8.1 && <0.11), optics-core (>=0.1 && <0.2), optics-extra (>=0.1 && <1.1), scientific (>=0.3.4.9 && <0.4), text (>=1.2.2.0 && <1.3), unordered-containers (>=0.2.8.0 && <0.3), vector (>=0.11 && <0.13) [details]
License MIT
Copyright Copyright (C) 2012 Paul Wilson Copyright (C) 2013 Edward A. Kmett Copyright (C) 2019 Oleg Grenrus
Author Edward A. Kmett, Oleg Grenrus
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 1 made by phadej at 2019-09-15T09:46:08Z
Category Data, JSON, Optics
Home page http://github.com/phadej/aeson-optics
Bug tracker http://github.com/phadej/aeson-optics/issues
Source repo head: git clone https://github.com/phadej/aeson-optics
Uploaded by phadej at 2019-09-13T15:09:06Z
Distributions LTSHaskell:1.2.1, NixOS:1.2.1
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 2214 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-13 [all 1 reports]

Readme for aeson-optics-1.1

[back to package description]

lens-aeson

Hackage Build Status

The goal of lens-aeson is to provide traversals and prisms for the Aeson library's Value type, while obeying the Traversal/Prism laws.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett