@hackage json-feed2.0.0.7
JSON Feed
Categories
License
MIT
Maintainer
Taylor Fausak
Links
Versions
Installation
Dependencies (8)
- aeson >=2.0.3 && <2.2
- base >=4.16.0 && <4.19
- bytestring >=0.11.3 && <0.12
- mime-types >=0.1.0 && <0.2
- network-uri >=2.6.4 && <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.