https://github.com/phadej/aeson-optics
Law-abiding optics for aeson
https://github.com/phadej/aeson-optics
Last synced: over 1 year ago
JSON representation
Law-abiding optics for aeson
- Host: GitHub
- URL: https://github.com/phadej/aeson-optics
- Owner: phadej
- License: mit
- Created: 2019-09-13T14:48:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T21:07:10.000Z (about 2 years ago)
- Last Synced: 2025-03-17T18:49:03.003Z (over 1 year ago)
- Language: Haskell
- Size: 54.7 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.markdown
Awesome Lists containing this project
README
aeson-optics
============
The goal of `optics-aeson` is to provide traversals and prisms for
the [Aeson](http://hackage.haskell.org/package/aeson) library's
Value type, while obeying the `Traversal`/`Prism` laws.