packages feed

aeson-2.3.1.0: README.markdown

# Welcome to `aeson`

[![Hackage](https://img.shields.io/hackage/v/aeson.svg)](https://hackage.haskell.org/package/aeson) [![Build Status](https://github.com/haskell/aeson/workflows/Haskell-CI/badge.svg)](https://github.com/haskell/aeson/actions?query=workflow%3AHaskell-CI)

aeson is a fast Haskell library for working with JSON data.

# Join in!

We are happy to receive bug reports, fixes, documentation enhancements,
and other improvements.

Please report bugs via the
[github issue tracker](http://github.com/haskell/aeson/issues).

Master [git repository](http://github.com/haskell/aeson):

* `git clone https://github.com/haskell/aeson.git`

See what's changed in recent (and upcoming) releases:

* https://github.com/haskell/aeson/blob/master/changelog.md

# Authors

This library was originally written by Bryan O'Sullivan.