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 (>=2.0.3 && <2.3), base (>=4.16.0 && <4.20), bytestring (>=0.11.3 && <0.13), mime-types (>=0.1.0 && <0.2), network-uri (>=2.6.4 && <2.7), tagsoup (>=0.14.8 && <0.15), text (>=1.2.5 && <1.3 || >=2.0 && <2.2), time (>=1.11.1 && <1.13) [details]
License MIT
Author
Maintainer Taylor Fausak
Category Web
Source repo head: git clone https://github.com/tfausak/json-feed
Uploaded by fozworth at 2023-12-29T19:10:39Z
Distributions LTSHaskell:2.0.0.11, NixOS:2.0.0.11, Stackage:2.0.0.11
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 10349 total (113 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-12-29 [all 1 reports]

Readme for json-feed-2.0.0.11

[back to package description]

JSON Feed

Workflow 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.