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: 
ajaypaudel
Visitor

rosgnode component data

Hello,
we want to list out recently played data sor for that we have each of content node and we are adding each content node to an array after clicking but the data format are:

Array Data: <Component: roArray> =
[
    <Component: roSGNode:ChannelListItemData>
]



and we want to save this array in roRegistrySection but we are facing the problem so we tried many things to do but we arenot being able so can you guys hlp me out the best solution?
0 Kudos
1 REPLY 1
speechles
Roku Guru

Re: rosgnode component data

https://forums.roku.com/viewtopic.php?t=32208

Use the SimpleJSONBuilder function above. Store the array as a json string in the registry.
0 Kudos