Live data from Hacker News

JSON Feed

jsonfeed.org

1–10 of 225 posts

Re: JSON Feed

#2
Do we really need this? Atom is fine for feeds. Avoiding XML just for the sake of avoiding XML, because it isn't "cool" anymore is just dump groupthink.

If this industry has a problem, it's FDD - Fad Driven Development and IIICIS (If It Isn't Cool, It Sucks) thinking.

Re: JSON Feed

#5

Do we really need this? Atom is fine for feeds. Avoiding XML just for the sake of avoiding XML, because it isn't "cool" anymore is just dump groupthink. If this industry has a problem, it's FDD - Fad Driven Development and IIICIS (If It Isn't Cool, It Sucks) thinking.

We don't prefer JSON to XML for any reason other than that XML is terrible by comparison.

Re: JSON Feed

#7
post #4

> JSON is simpler to read and write, and it’s less prone to bugs. Less prone to bugs? How's that?

RSS is sometimes ambiguous and there's a lot of variation. It can be hard to parse correctly. Not sure about Atom, though.

Re: JSON Feed

#9
post #4

> JSON is simpler to read and write, and it’s less prone to bugs. Less prone to bugs? How's that?

JSON parsers have a much smaller 'feature surface' meaning that there are fewer nooks and crannies for bugs to live in.

One example of a bug that often festered in XML parsers: https://en.wikipedia.org/wiki/Billion_laughs (there is no JSON equivalent of this)

The generalized theory, for those interested : https://en.wikipedia.org/wiki/Rule_of_least_power

Re: JSON Feed

#10
post #4

> JSON is simpler to read and write, and it’s less prone to bugs. Less prone to bugs? How's that?

I couldn't help but take a dismissive stance toward the rest of the page after reading the first paragraph.
Post reply on HN