@hackage json-feed2.0.0.2
JSON Feed
Categories
License
MIT
Maintainer
Taylor Fausak
Links
Versions
Installation
Dependencies (8)
- aeson >=1.4.7 && <1.6 || >=2.0.0 && <2.1
- base >=4.13.0 && <4.17
- bytestring >=0.10.10 && <0.12
- mime-types >=0.1.0 && <0.2
- network-uri >=2.6.3 && <2.7
- tagsoup >=0.14.8 && <0.15 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/stagen
Package Flags
pedantic
(off by default)
Enables -Werror, which turns warnings into errors.
JSON Feed
This is an implementation of the JSON Feed spec in Haskell. The spec is available at https://jsonfeed.org. JSON Feed is similar to the Atom and RSS feed formats, but it is serialized as JSON rather than XML.