packages feed

json-feed-2.0.0.12: README.md

# JSON Feed

[![CI](https://github.com/tfausak/json-feed/actions/workflows/ci.yml/badge.svg)](https://github.com/tfausak/json-feed/actions/workflows/ci.yml)
[![Hackage](https://badgen.net/hackage/v/json-feed)](https://hackage.haskell.org/package/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.