bubelov / feedk

Web feed parser for Kotlin
GNU Affero General Public License v3.0
2 stars 0 forks source link

JSON feed support #2

Open ghost opened 2 years ago

ghost commented 2 years ago

Checklist

What feature do you want?

I want to be able to follow json feeds within the app

Why do you want this feature?

JSON feeds are structured in a more readable way than atom or rss which can lead to it being less prone to human error when writing. Here is a JSON feed you could test with if you want to implement this.

bubelov commented 2 years ago

In most cases, this app is not responsible for parsing feeds. It can try to parse feeds only in experimental standalone mode. In case of the standalone mode, the parsing is done by feedk. Transferring this issue to its repo.