@hackage microaeson0.1.0.3
A tiny JSON library with light dependency footprint
Categories
License
GPL-3.0-only
Maintainer
Andreas Abel
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- array ^>=0.5.1.1
- base >=4.9.0.0 && <5
- bytestring >=0.10.8.0 && <0.13
- containers >=0.5.7.1 && <1
- deepseq >=1.4.2.0 && <1.6
- text >=1.2.2.2 && <1.3 || >=2.0 && <3 Show all…
Dependents (3)
@hackage/stan, @hackage/summoner, @hackage/HsYAML
microaeson: A tiny JSON library with light dependency footprint
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.
(C) 2016-2018 Herbert Valerio Riedel
License: GPL-3