Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tfausak/json-feed
- Owner: tfausak
- License: mit
- Created: 2017-05-26T13:33:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T02:04:16.000Z (about 1 month ago)
- Last Synced: 2024-10-12T22:19:47.163Z (24 days ago)
- Topics: haskell
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/json-feed
- Size: 327 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.