https://github.com/haskell-hvr/microaeson
A tiny JSON library with light dependency footprint
https://github.com/haskell-hvr/microaeson
json
Last synced: 7 months ago
JSON representation
A tiny JSON library with light dependency footprint
- Host: GitHub
- URL: https://github.com/haskell-hvr/microaeson
- Owner: haskell-hvr
- License: gpl-3.0
- Created: 2018-04-28T20:31:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T09:34:57.000Z (about 1 year ago)
- Last Synced: 2024-06-25T11:04:34.035Z (about 1 year ago)
- Topics: json
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/microaeson
- Size: 46.9 KB
- Stars: 13
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# microaeson: A tiny JSON library with light dependency footprint
`microaeson` aims to provide a [RFC 8259](https://tools.ietf.org/html/rfc8259)
compliant JavaScript Object Notation (JSON) implementation.The [microaeson](https://hackage.haskell.org/package/microaeson) package provides
a smaller subset of the [aeson](https://hackage.haskell.org/package/aeson) API
with less dependencies and a simpler implementation.The API is designed in such a way to allow to easily convert client
code written against `microaeson`'s API to use the full
[aeson](https://hackage.haskell.org/package/aeson) API.(C) 2016-2018 Herbert Valerio Riedel
License: GPL-3