@hackage json-feed0.0.6
JSON Feed
Categories
License
MIT
Maintainer
Taylor Fausak
Links
Versions
Installation
Dependencies (8)
- aeson >=1.2 && <1.3
- base >=4.10 && <4.11
- bytestring >=0.10 && <0.11
- mime-types >=0.1 && <0.2
- network-uri >=2.6 && <2.7
- tagsoup >=0.14 && <0.15 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/stagen
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.