Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/aeson
A fast Haskell JSON library
https://github.com/haskell/aeson
Last synced: 2 days ago
JSON representation
A fast Haskell JSON library
- Host: GitHub
- URL: https://github.com/haskell/aeson
- Owner: haskell
- License: other
- Created: 2011-01-21T21:24:26.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T06:23:58.000Z (4 months ago)
- Last Synced: 2024-10-29T15:36:26.433Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 39.4 MB
- Stars: 1,255
- Watchers: 39
- Forks: 321
- Open Issues: 85
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - haskell/aeson - 08 star:1.3k fork:0.3k A fast Haskell JSON library (Haskell)
README
# 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.