Typlog supports JSON Feed

A modern way to share your feed.

JSON Feed is an alternative to the RSS/Atom formats. It is a modern way to share your feed, because it is simpler to read and parse JSON. Every blog on Typlog can get the JSON feed with this URL:

https://your-blog.domain/feed.json

For instance, https://blog.typlog.com/feed.json. The link is also discoverable in <head> tag in your blog html:

<link rel="alternate" type="application/json" title="Blog Title - JSON Feed" href="https://your-blog.domain/feed.json" />

Here are some feed readers that support JSON Feed:

Update: Feedly also support JSON Feed.