JSON stuff? Eh, I feel that’s largely a solution looking for a problem. It’s too late to get universal support in clients (feeds aren’t popular enough and too much of the software basically on life support), so you’re always going to need to serve Atom or RSS as well, and once you’re implementing one of them, why would you bother with the JSON format at all? As for the one serious attempt, JSON Feed, I have one thing that I really like about it and one thing that I don’t. The don’t: it specifies that titles are plain text, which I think is a shame; Atom lets you put HTML in your titles so you can do things like <code>, <em>, <sup> and so forth (and I do, oh yes! I do)—though I wish Atom had let you specify both plain text and HTML (sometimes I want <code></code> to “degrade” to backticks; refer to the titles of my last few blog posts for examples, with plain text in the <title> and HTML in the body). And that’s the thing I think JSON Feed got right for the content, that you can provide both HTML and text, whereas Atom forces you to choose.