File: README.markdown

package info (click to toggle)
haskell-aeson 2.1.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,988 kB
  • sloc: haskell: 11,933; ansic: 123; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 git://github.com/haskell/aeson.git`

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

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

(You can create and contribute changes using either git or Mercurial.)


# Authors

This library was originally written by Bryan O'Sullivan.