Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.