File: README.markdown

package info (click to toggle)
haskell-aeson 0.6.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 616 kB
  • sloc: haskell: 2,447; python: 67; makefile: 15
file content (28 lines) | stat: -rw-r--r-- 659 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

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/bos/aeson/issues).

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

* `git clone git://github.com/bos/aeson.git`

There's also a [Mercurial mirror](http://bitbucket.org/bos/aeson):

* `hg clone http://bitbucket.org/bos/aeson`

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


# Authors

This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.