Why aren't we serving rss feeds as json?

3 points by redspark ↗ HN
Just curious why we are still serving them as xml and not json??? Then they would basically become a REST interface, right?

6 comments

[ 4.5 ms ] story [ 18.7 ms ] thread
a) What benefit would you expect from JSON over XML justifying a new standard?

b) REST does not imply JSON.

c) Question marks are not pack animals.

The nerd in me likes this idea. But I can't see the practical use. Nevertheless, seeing the DEATH of the RSS INDUSTRY following the killing of Google Reader, a new format wouldn't feel out of place. Fresh new start and everything... :)
What difference would it make?

It's just as easy to work with XML as it is to work with JSON in most languages.

How do you handle the equivalent of CDATA in JSON?

(comment deleted)
I think its the same reason html isn't json. json wasn't as widely used when the spec was created.