silentEngineer
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023
09:42 PM
Should i use JSON or RSS feed
Im creating a channel with many shows. each shows having over 100 episodes should i use RSS or JSON feed?
1 REPLY 1
sanity-check
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023
01:32 AM
Re: Should i use JSON or RSS feed
From the perspective of consuming the feed from a custom-made Roku channel, I don't think it matters - and most people prefer JSON to XML these days.
MRSS is a standard though, so if you wanted to be able to plug it into other software you didn't write (or have other people use the feed in their software without having to document your format) then it could be a good choice.
(FWIW I'm parsing hundreds of items from JSON feeds into ContentNodes and plugging them into RowLists with no noticeable performance issues.)