JSON Feed jsonfeed.org

Brent Simmons and Manton Reece:

The JSON Feed format is a pragmatic syndication format, like RSS and Atom, but with one big difference: it’s JSON instead of XML.

For most developers, JSON is far easier to read and write than XML. Developers may groan at picking up an XML parser, but decoding JSON is often just a single line of code.

Beyond developer advantages, one of the really nice things about JSON is that it’s very nearly human-readable, even in code form. Take a look at my JSON feed — the most unreadable parts of it are the raw HTML blocks; everything else is pretty self-explanatory.

WordPress support is handled by an elegant plugin, via Michael Tsai.