BrightScript formatJson() and roList
roList and roArray seem similar but there is at least one difference between them which is how they convert to JSON with formatJson().
roList = createObject("roList")
roList.push(11)
roList.push(12)
roList.push(13)
' Doesn't work
print "roList conte...
blog.brightscripters.com1 min read