• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

attoparsec-iso8601/src/Data/Attoparsec/H03-May-2022-225153

benchmarks/json-data/H03-May-2022-5,9785,905

cbits/H09-Sep-2001-150123

include/H09-Sep-2001-1715

src/Data/H03-May-2022-11,3316,210

src-ffi/Data/Aeson/Parser/H03-May-2022-5947

src-pure/Data/Aeson/Parser/H03-May-2022-255182

tests/H03-May-2022-3,9733,059

LICENSEH A D09-Sep-20011.5 KiB3124

README.markdownH A D09-Sep-2001904 2915

Setup.lhsH A D09-Sep-200176 42

aeson.cabalH A D03-May-20226.6 KiB259228

changelog.mdH A D09-Sep-200129.6 KiB797533

stack-bench.yamlH A D09-Sep-2001295 1312

stack-ffi-unescape.yamlH A D09-Sep-2001116 109

stack-lts12.yamlH A D09-Sep-2001249 1615

stack-nightly.yamlH A D09-Sep-2001172 1211

README.markdown

1# Welcome to `aeson`
2
3[![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)
4
5aeson is a fast Haskell library for working with JSON data.
6
7# Join in!
8
9We are happy to receive bug reports, fixes, documentation enhancements,
10and other improvements.
11
12Please report bugs via the
13[github issue tracker](http://github.com/haskell/aeson/issues).
14
15Master [git repository](http://github.com/haskell/aeson):
16
17* `git clone git://github.com/haskell/aeson.git`
18
19See what's changed in recent (and upcoming) releases:
20
21* https://github.com/haskell/aeson/blob/master/changelog.md
22
23(You can create and contribute changes using either git or Mercurial.)
24
25
26# Authors
27
28This library was originally written by Bryan O'Sullivan.
29