@hackage microaeson0.1.0.0
A tiny JSON library with light dependency footprint
Categories
License
GPL-3.0-only
Maintainer
hvr@gnu.org
Links
Versions
Installation
Dependencies (6)
- array ^>=0.5.1.0
- base ^>=4.8.0.0 || ^>=4.9.0.0 || ^>=4.10.0.0 || ^>=4.11.0.0 || ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0
- bytestring ^>=0.10.6.0 || ^>=0.11.1.0
- containers ^>=0.5.6.2 || ^>=0.6.0.1
- deepseq ^>=1.4.1.1
- text ^>=1.2.2.2 Show all…
Dependents (3)
@hackage/stan, @hackage/summoner, @hackage/HsYAML
microaeson aims to provide a RFC 8259 compliant JavaScript Object Notation (JSON) implementation.
The microaeson package provides a smaller subset of the 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 API.