|
Packit |
9a2dfb |
# Welcome to `aeson` [![Hackage](https://img.shields.io/hackage/v/aeson.svg)](https://hackage.haskell.org/package/aeson) [![Build Status](https://travis-ci.org/bos/aeson.svg)](https://travis-ci.org/bos/aeson)
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
aeson is a fast Haskell library for working with JSON data.
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
# Join in!
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
We are happy to receive bug reports, fixes, documentation enhancements,
|
|
Packit |
9a2dfb |
and other improvements.
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
Please report bugs via the
|
|
Packit |
9a2dfb |
[github issue tracker](http://github.com/bos/aeson/issues).
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
Master [git repository](http://github.com/bos/aeson):
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
* `git clone git://github.com/bos/aeson.git`
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
See what's changed in recent (and upcoming) releases:
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
* https://github.com/bos/aeson/blob/master/changelog.md
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
(You can create and contribute changes using either git or Mercurial.)
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
# Authors
|
|
Packit |
9a2dfb |
|
|
Packit |
9a2dfb |
This library is written and maintained by Bryan O'Sullivan,
|
|
Packit |
9a2dfb |
<bos@serpentine.com>.
|