Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xc-jp/aeson-commit
Parse Aeson data with commitment
https://github.com/xc-jp/aeson-commit
Last synced: 20 days ago
JSON representation
Parse Aeson data with commitment
- Host: GitHub
- URL: https://github.com/xc-jp/aeson-commit
- Owner: xc-jp
- Created: 2020-01-21T09:27:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T10:07:13.000Z (over 2 years ago)
- Last Synced: 2024-04-26T06:53:05.820Z (7 months ago)
- Language: Haskell
- Size: 46.9 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# aeson-commit
[![Hackage version](https://img.shields.io/hackage/v/aeson-commit.svg?label=Hackage)](https://hackage.haskell.org/package/aeson-commit)
[![Stackage version](https://www.stackage.org/package/aeson-commit/badge/nightly?label=Stackage)](https://www.stackage.org/package/aeson-commit)
[![Build status](https://img.shields.io/travis/xc-jp/aeson-commit/master.svg?label=Build)](https://travis-ci.org/xc-jp/aeson-commit)Commitment mechanism for `aeson` parsers.
Commitment means that if some initial parsing succeeds, subsequent failures are unrecoverable.See [haddocks](https://hackage.haskell.org/package/aeson-commit/docs/Data-Aeson-Commit.html) for more information and examples.