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

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
Change log CHANGELOG.md
Dependencies aeson (>=2.0.3.0 && <2.3), base (>=4.10 && <4.19), bytestring (>=0.10.8.1 && <0.12), optics-core (>=0.4.1 && <0.5), optics-extra (>=0.4.1 && <0.5), scientific (>=0.3.4.9 && <0.4), text (>=1.2.2.0 && <1.3 || >=2.0 && <2.1), text-short (>=0.1.5 && <0.2), vector (>=0.11 && <0.14) [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>
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 2023-06-27T19:39:04Z
Distributions LTSHaskell:1.2.1, NixOS:1.2.1
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 2252 total (55 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-27 [all 1 reports]

Readme for aeson-optics-1.2.1

[back to package description]

aeson-optics

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