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]

Flags

Manual Flags

NameDescriptionDefault
pedantic

Enables -Werror, which turns warnings into errors.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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 (>=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), text (>=1.2.4 && <1.3), time (>=1.9.3 && <1.10) [details]
License MIT
Author
Maintainer Taylor Fausak
Category Web
Source repo head: git clone https://github.com/tfausak/json-feed
Uploaded by fozworth at 2022-01-09T14:55:35Z
Distributions LTSHaskell:2.0.0.11, NixOS:2.0.0.11, Stackage:2.0.0.11
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 10347 total (112 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-01-09 [all 1 reports]

Readme for json-feed-2.0.0.0

[back to package description]

JSON Feed

Travis CI Hackage Stackage

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.