---
title: "FeedMagick gains an RSS-to-JSON filter"
date: 2005-12-18T22:01:51-05:00
url: https://blog.lmorchard.com/2005/12/18/feedmagick-gains-an-rss-to-json-filter/
author: Les Orchard
tags: [asides, ajax, json, webdev, web20, rss, syndication, atom, javascript]
---

# FeedMagick gains an RSS-to-JSON filter

So, I put [some more infrastructure][in] behind [FeedMagick][fm] and lifted [a RSS-to-JSON idea from John Resig][jr] to transform from [MagpieRSS][mr] parsing to JSON output.  

Here's [a spiffy JSON-enriched demo][jd].  It was surprisingly easy, all told.

I'm not sure how much time I'll have to really put into this project, but this is the first decent effort I've put into a URL-line suite in a long time.  I'm trying to throw in some bits to make it easy to build, document, and use these feed processing commands.

<!-- tags: rss json php syndication atom javascript webdev ajax web20 -->

[mr]: http://magpierss.sourceforge.net/
[jd]: http://decafbad.com/2005/12/FeedMagick/docs/json-demo.html
[in]: http://decafbad.com/2005/12/FeedMagick/
[jr]: http://ejohn.org/projects/rss2json/
[fm]: http://decafbad.com/trac/wiki/FeedMagick
