Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tfausak/json-feed

:loudspeaker: JSON Feed in Haskell.
https://github.com/tfausak/json-feed

haskell

Last synced: 8 days ago
JSON representation

:loudspeaker: JSON Feed in Haskell.

Awesome Lists containing this project

README

        

# 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 . JSON Feed is similar to the Atom and RSS
feed formats, but it is serialized as JSON rather than XML.