Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
silentEngineer
Channel Surfer

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? 

0 Kudos
1 REPLY 1
sanity-check
Roku Guru

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.)