json-feed: JSON Feed

[ library, mit, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1, 0.0.2, 0.0.3, 0.0.6, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 2.0.0.0, 2.0.0.1, 2.0.0.2, 2.0.0.3, 2.0.0.4, 2.0.0.5, 2.0.0.6, 2.0.0.7, 2.0.0.8, 2.0.0.9, 2.0.0.10, 2.0.0.11
Change log CHANGELOG.markdown
Dependencies aeson (>=0.11.2 && <0.12 || >=1.0.2 && <1.4), base (>=4.9.0 && <4.12), bytestring (>=0.10.8 && <0.11), mime-types (>=0.1.0 && <0.2), network-uri (>=2.6.1 && <2.7), tagsoup (>=0.14 && <0.15), text (>=1.2.2 && <1.3), time (>=1.6.0 && <1.9) [details]
License MIT
Author
Maintainer Taylor Fausak
Category Web
Home page https://github.com/tfausak/json-feed#readme
Bug tracker https://github.com/tfausak/json-feed/issues
Source repo head: git clone https://github.com/tfausak/json-feed
Uploaded by fozworth at 2018-03-18T14:19:03Z
Distributions LTSHaskell:2.0.0.11, NixOS:2.0.0.11, Stackage:2.0.0.11
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 10243 total (102 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-18 [all 1 reports]

Readme for json-feed-1.0.1

[back to package description]

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.