Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phadej/aeson-optics
Law-abiding optics for aeson
https://github.com/phadej/aeson-optics
Last synced: 10 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T21:07:10.000Z (6 months ago)
- Last Synced: 2024-10-11T23:53:20.220Z (26 days ago)
- Language: Haskell
- Size: 54.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.