jf-roku/components/data/library.brs

9 lines
257 B
Plaintext
Raw Normal View History

2019-05-03 12:48:59 +00:00
sub setData()
' We keep json around just as a reference,
' but ideally everything should be going through one of the interfaces
datum = m.top.json
m.top.id = datum.id
m.top.name = datum.name
m.top.type = datum.CollectionType
end sub